]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_neighbor.c
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_neighbor.c
index b10673d9e422f08ba4757490cd14fae8fd849a06..66dd5f3419b0dc3d8fc1db1066fe4447e4a648ff 100644 (file)
@@ -336,8 +336,8 @@ 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,
-                         "Nbr Hard restart: Neighbor not specified.");
+               flog_err(EC_EIGRP_CONFIG,
+                        "Nbr Hard restart: Neighbor not specified.");
                return;
        }