mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 06:03:10 +00:00
ripd: Fix compile warning
This issue was found compiling with ./buildtest.sh on fedora 25 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
55c7280315
commit
d904a9fc09
@ -2281,8 +2281,8 @@ rip_output_process (struct connected *ifc, struct sockaddr_in *to,
|
|||||||
{
|
{
|
||||||
if (IS_RIP_DEBUG_PACKET)
|
if (IS_RIP_DEBUG_PACKET)
|
||||||
zlog_debug ("RIP %s/%d is filtered by route-map out",
|
zlog_debug ("RIP %s/%d is filtered by route-map out",
|
||||||
inet_ntoa (p->prefix), p->prefixlen);
|
inet_ntoa (p->prefix), p->prefixlen);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user