]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_hello.c
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_hello.c
index d438db28d66bb597c63a18a6e9e4d3338fc962f9..413a35f2fa5285c4acbfc91ab768a9f0fa40e574 100644 (file)
@@ -421,9 +421,9 @@ void eigrp_sw_version_initialize(void)
        ret = sscanf(ver_string, "%" SCNu32 ".%" SCNu32, &FRR_MAJOR,
                     &FRR_MINOR);
        if (ret != 2)
-               flog_err(EIGRP_ERR_PACKET,
-                         "Did not Properly parse %s, please fix VERSION string",
-                         VERSION);
+               flog_err(EC_EIGRP_PACKET,
+                        "Did not Properly parse %s, please fix VERSION string",
+                        VERSION);
 }
 
 /**