mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:55:25 +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)
|
||||
zlog_debug ("RIP %s/%d is filtered by route-map out",
|
||||
inet_ntoa (p->prefix), p->prefixlen);
|
||||
continue;
|
||||
inet_ntoa (p->prefix), p->prefixlen);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user