From ab7fe289b911bc4601da1c48542159adabf3ef60 Mon Sep 17 00:00:00 2001 From: Javier Garcia Date: Fri, 21 May 2021 09:17:22 +0200 Subject: pathd: Handle PCInitiated configuration, main thread. (3/4) Co-authored-by: Javier Garcia Signed-off-by: Sebastien Merle --- pathd/path_errors.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pathd/path_errors.c') 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 @@ -60,6 +60,12 @@ static struct log_ref ferr_path_warn[] = { .description = "The PCEP module failed to connected to configured PCE", .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", -- cgit v1.2.3