diff options
| author | Javier Garcia <javier.garcia@voltanet.io> | 2021-05-21 09:17:22 +0200 | 
|---|---|---|
| committer | Javier Garcia <javier.garcia@voltanet.io> | 2021-06-22 12:04:03 +0200 | 
| commit | ab7fe289b911bc4601da1c48542159adabf3ef60 (patch) | |
| tree | 1536913a710ffb81969dcfa0a6ccef42847c424b /pathd/path_errors.c | |
| parent | 56634922390ff08d2ae06ecb0c32f94c07028561 (diff) | |
pathd: Handle PCInitiated configuration, main thread. (3/4)
Co-authored-by: Javier Garcia <javier.garcia@voltanet.io>
Signed-off-by: Sebastien Merle <sebastien@netdef.org>
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",  | 
