X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=eigrpd%2Feigrp_hello.c;h=d438db28d66bb597c63a18a6e9e4d3338fc962f9;hb=45301f8cb2305153931d05fe227a795bed34adf4;hp=2e55d57c3154984698350c1b3afe5c7d3e257407;hpb=4adc8f685251713b272cf1968b08acbb76196f7d;p=mirror_frr.git diff --git a/eigrpd/eigrp_hello.c b/eigrpd/eigrp_hello.c index 2e55d57c3..d438db28d 100644 --- a/eigrpd/eigrp_hello.c +++ b/eigrpd/eigrp_hello.c @@ -54,6 +54,7 @@ #include "eigrpd/eigrp_vty.h" #include "eigrpd/eigrp_dump.h" #include "eigrpd/eigrp_macros.h" +#include "eigrpd/eigrp_errors.h" /* Packet Type String. */ static const struct message eigrp_general_tlv_type_str[] = { @@ -420,8 +421,9 @@ void eigrp_sw_version_initialize(void) ret = sscanf(ver_string, "%" SCNu32 ".%" SCNu32, &FRR_MAJOR, &FRR_MINOR); if (ret != 2) - zlog_err("Did not Properly parse %s, please fix VERSION string", - VERSION); + flog_err(EIGRP_ERR_PACKET, + "Did not Properly parse %s, please fix VERSION string", + VERSION); } /**