mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:49:18 +00:00
nhrpd: Fix style issues
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
This commit is contained in:
parent
4946316150
commit
c2bb9917b1
@ -134,7 +134,8 @@ static void netlink_mcast_log_handler(struct nlmsghdr *msg, struct zbuf *zb)
|
|||||||
if (!ctx.ifp)
|
if (!ctx.ifp)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
debugf(NHRP_DEBUG_COMMON, "Intercepted multicast packet leaving %s len %zu",
|
debugf(NHRP_DEBUG_COMMON,
|
||||||
|
"Intercepted multicast packet leaving %s len %zu",
|
||||||
ctx.ifp->name, zbuf_used(ctx.pkt));
|
ctx.ifp->name, zbuf_used(ctx.pkt));
|
||||||
|
|
||||||
for (afi = 0; afi < AFI_MAX; afi++) {
|
for (afi = 0; afi < AFI_MAX; afi++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user