diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:04:11 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:04:11 +0000 | 
| commit | f0132ab5a76ccd04398c413635699d08b8e24a75 (patch) | |
| tree | 2833d51d1dc22b72d672f3f2917f32f902c9ce37 /eigrpd/eigrp_errors.h | |
| parent | 5b003f31fdd6171c4b65546490221f63b2114c4d (diff) | |
eigrpd: EIGRP_[ERR|WARN] -> EC_EIGRP
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_errors.h')
| -rw-r--r-- | eigrpd/eigrp_errors.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_errors.h b/eigrpd/eigrp_errors.h index e1ace8ab49..3270e65138 100644 --- a/eigrpd/eigrp_errors.h +++ b/eigrpd/eigrp_errors.h @@ -24,8 +24,8 @@  #include "lib/ferr.h"  enum eigrp_log_refs { -	EIGRP_ERR_PACKET = EIGRP_FERR_START, -	EIGRP_ERR_CONFIG, +	EC_EIGRP_PACKET = EIGRP_FERR_START, +	EC_EIGRP_CONFIG,  };  extern void eigrp_error_init(void);  | 
