diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:12:08 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:12:08 +0000 | 
| commit | 1a7ecb9630a0334ad02272ed41f73bc80d298763 (patch) | |
| tree | 735ab95cb5ad17a66d13237c48b133e02edcfd4c /isisd/isis_errors.c | |
| parent | f0132ab5a76ccd04398c413635699d08b8e24a75 (diff) | |
isisd: ISIS_[ERR|WARN] -> EC_ISIS
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'isisd/isis_errors.c')
| -rw-r--r-- | isisd/isis_errors.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_errors.c b/isisd/isis_errors.c index ecff65da1f..755e70dbf6 100644 --- a/isisd/isis_errors.c +++ b/isisd/isis_errors.c @@ -26,13 +26,13 @@  /* clang-format off */  static struct log_ref ferr_isis_err[] = {  	{ -		.code = ISIS_ERR_PACKET, +		.code = EC_ISIS_PACKET,  		.title = "ISIS Packet Error",  		.description = "Isis has detected an error with a packet from a peer",  		.suggestion = "Gather log information and open an issue then restart FRR"  	},  	{ -		.code = ISIS_ERR_CONFIG, +		.code = EC_ISIS_CONFIG,  		.title = "ISIS Configuration Error",  		.description = "Isis has detected an error within configuration for the router",  		.suggestion = "Ensure configuration is correct"  | 
