diff options
| author | Olivier Dugeon <olivier.dugeon@orange.com> | 2021-06-23 15:14:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 15:14:01 +0200 |
| commit | 037bd92922f2bca1798dda1db4204c30124fc23e (patch) | |
| tree | 4daef62275345a5bd8a5dcd5c38ba42b967a1f96 /pathd/path_errors.c | |
| parent | b2c42dda960ef30251a7f4a8c66cc78110b9321a (diff) | |
| parent | 120e524f705a88580375c4b26c623f40cd2cec13 (diff) | |
Merge pull request #8842 from volta-networks/feat_pc_initiated
pathd: Feat pc initiated
Diffstat (limited to 'pathd/path_errors.c')
| -rw-r--r-- | pathd/path_errors.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pathd/path_errors.c b/pathd/path_errors.c index f8560a848c..112a3d5ee9 100644 --- a/pathd/path_errors.c +++ b/pathd/path_errors.c @@ -61,6 +61,12 @@ static struct log_ref ferr_path_warn[] = { .suggestion = "Check the connectivity between the PCC and the PCE" }, { + .code = EC_PATH_PCEP_PROTOCOL_ERROR, + .title = "PCEP protocol error", + .description = "The PCE did not respect the PCEP protocol", + .suggestion = "Open an Issue with all relevant log files" + }, + { .code = EC_PATH_PCEP_MISSING_SOURCE_ADDRESS, .title = "PCC connection error", .description = "The PCEP module did not try to connect because it is missing a source address", |
