diff options
author | Reuben Dowle <reuben.dowle@4rf.com> | 2021-03-21 21:49:47 +0100 |
---|---|---|
committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-04-05 23:23:42 +0200 |
commit | 32ff81f6c961ac3f3b351658386eaaa3df8ca916 (patch) | |
tree | 9cc21b367ebbeaa9dcbe5d3423b1748208f49ee3 /nhrpd/nhrp_multicast.c | |
parent | ospfd: Suppress spurious write message when using ip nhrp map multicast (diff) | |
download | frr-32ff81f6c961ac3f3b351658386eaaa3df8ca916.tar.xz frr-32ff81f6c961ac3f3b351658386eaaa3df8ca916.zip |
nhrpd: Improve debug message for multicast interception
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'nhrpd/nhrp_multicast.c')
-rw-r--r-- | nhrpd/nhrp_multicast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_multicast.c b/nhrpd/nhrp_multicast.c index 0d675301a..d14045525 100644 --- a/nhrpd/nhrp_multicast.c +++ b/nhrpd/nhrp_multicast.c @@ -134,7 +134,7 @@ static void netlink_mcast_log_handler(struct nlmsghdr *msg, struct zbuf *zb) if (!ctx.ifp) return; - debugf(NHRP_DEBUG_COMMON, "Received multicast packet on %s len %zu\n", + debugf(NHRP_DEBUG_COMMON, "Intercepted multicast packet leaving %s len %zu", ctx.ifp->name, zbuf_used(ctx.pkt)); for (afi = 0; afi < AFI_MAX; afi++) { |