From 50f8c8614bac83febb47c45509d031251875073b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 12 Aug 2014 20:27:48 -0700 Subject: [PATCH] monitor: Print RTNL traffic also when live sniffing --- monitor/nlmon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 308f6b08..54057c54 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -1847,6 +1847,7 @@ static bool nlmon_receive(struct l_io *io, void *user_data) switch (proto_type) { case NETLINK_ROUTE: store_netlink(nlmon, tv, proto_type, nlmsg); + nlmon_print_rtnl(nlmon, tv, nlmsg, nlmsg->nlmsg_len); break; case NETLINK_GENERIC: nlmon_message(nlmon, tv, tp, nlmsg);