diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:04:11 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 21:04:11 +0200 |
commit | f0132ab5a76ccd04398c413635699d08b8e24a75 (patch) | |
tree | 2833d51d1dc22b72d672f3f2917f32f902c9ce37 /eigrpd/eigrp_neighbor.c | |
parent | babeld: BABEL_[ERR|WARN] -> EC_BABEL (diff) | |
download | frr-f0132ab5a76ccd04398c413635699d08b8e24a75.tar.xz frr-f0132ab5a76ccd04398c413635699d08b8e24a75.zip |
eigrpd: EIGRP_[ERR|WARN] -> EC_EIGRP
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_neighbor.c')
-rw-r--r-- | eigrpd/eigrp_neighbor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_neighbor.c b/eigrpd/eigrp_neighbor.c index b10673d9e..fc05b956b 100644 --- a/eigrpd/eigrp_neighbor.c +++ b/eigrpd/eigrp_neighbor.c @@ -336,7 +336,7 @@ int eigrp_nbr_count_get(void) void eigrp_nbr_hard_restart(struct eigrp_neighbor *nbr, struct vty *vty) { if (nbr == NULL) { - flog_err(EIGRP_ERR_CONFIG, + flog_err(EC_EIGRP_CONFIG, "Nbr Hard restart: Neighbor not specified."); return; } |