From: Sergey Vyshnevetskiy <serg@vostok.net>

Subject: [zebra 18689] [PATCH] misc patch

Add missing param to zlog
This commit is contained in:
paul 2003-04-18 23:59:35 +00:00
parent b8311eab14
commit c2191eaee5

View File

@ -621,7 +621,8 @@ ospf_hello (struct ip *iph, struct ospf_header *ospfh,
/* If incoming interface is passive one, ignore Hello. */
if (OSPF_IF_PARAM (oi, passive_interface) == OSPF_IF_PASSIVE) {
zlog_info ("Packet %s [HELLO:RECV]: oi is passive");
zlog_info ("Packet %s [HELLO:RECV]: oi is passive",
inet_ntoa (ospfh->router_id));
return;
}