]> git.proxmox.com Git - mirror_iproute2.git/commit
ip monitor: display interfaces from all groups
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 21 Jun 2019 09:21:32 +0000 (11:21 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 21 Jun 2019 19:59:50 +0000 (12:59 -0700)
commit6d77d9c6ae74fe231d9aab2b7538fdded1d1028c
treeb3412e8c9e239db29f79b9644656b305e7bf6ad0
parentb2e2922373a6c65ed08b57926e61f3621d89a70a
ip monitor: display interfaces from all groups

Only interface from group 0 were displayed.

ip monitor calls ipaddr_reset_filter() and there is no reason to not reset
the filter group in this function.

Fixes: c4fdf75d3def ("ip link: fix display of interface groups")
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipaddress.c