mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +00:00
From: Sergey Vyshnevetskiy <serg@vostok.net>
Subject: [zebra 18689] [PATCH] misc patch Add missing param to zlog
This commit is contained in:
parent
b8311eab14
commit
c2191eaee5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user