diff options
| author | Reuben Dowle <reuben.dowle@4rf.com> | 2021-03-22 09:49:47 +1300 | 
|---|---|---|
| committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-04-06 09:23:42 +1200 | 
| commit | 32ff81f6c961ac3f3b351658386eaaa3df8ca916 (patch) | |
| tree | 9cc21b367ebbeaa9dcbe5d3423b1748208f49ee3 /nhrpd/nhrp_multicast.c | |
| parent | 686967467cb9a9d1c469c57c453667315d7be7e5 (diff) | |
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 0d675301aa..d140455259 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++) {  | 
