mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
monitor: Print RTNL traffic also when live sniffing
This commit is contained in:
parent
d3f37628b0
commit
50f8c8614b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user