]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_reply.c
Merge pull request #2992 from opensourcerouting/large_as_path_fix
[mirror_frr.git] / eigrpd / eigrp_reply.c
index b6e6352def7bbc3206a7feff4f437add6dd5dc21..ccf0496736b8fce46eb82b3756476576ec738aa2 100644 (file)
@@ -170,10 +170,11 @@ void eigrp_reply_receive(struct eigrp *eigrp, struct ip *iph,
                if (!dest) {
                        char buf[PREFIX_STRLEN];
 
-                       flog_err(EIGRP_ERR_PACKET,
-                                 "%s: Received prefix %s which we do not know about",
-                                 __PRETTY_FUNCTION__,
-                                 prefix2str(&dest_addr, buf, sizeof(buf)));
+                       flog_err(
+                               EC_EIGRP_PACKET,
+                               "%s: Received prefix %s which we do not know about",
+                               __PRETTY_FUNCTION__,
+                               prefix2str(&dest_addr, buf, sizeof(buf)));
                        eigrp_IPv4_InternalTLV_free(tlv);
                        continue;
                }