Re: [PATCH iproute2] ipmonitor: match user option 'all' before 'all-nsid'

2016-02-04 Thread Stephen Hemminger
On Tue, 2 Feb 2016 16:53:40 -0800 Roopa Prabhu wrote: > From: Roopa Prabhu > > 'ip monitor all' is broken on older kernels. > This patch fixes 'ip monitor all' to match > 'all' and not 'all-nsid'. > > It moves parsing arg 'all-nsid' to after parsing > 'all'. > > Before: > $ip monitor all > N

Re: [PATCH iproute2] ipmonitor: match user option 'all' before 'all-nsid'

2016-02-03 Thread Nicolas Dichtel
Le 03/02/2016 01:53, Roopa Prabhu a écrit : From: Roopa Prabhu 'ip monitor all' is broken on older kernels. This patch fixes 'ip monitor all' to match 'all' and not 'all-nsid'. It moves parsing arg 'all-nsid' to after parsing 'all'. Before: $ip monitor all NETLINK_LISTEN_ALL_NSID: Protocol no

[PATCH iproute2] ipmonitor: match user option 'all' before 'all-nsid'

2016-02-02 Thread Roopa Prabhu
From: Roopa Prabhu 'ip monitor all' is broken on older kernels. This patch fixes 'ip monitor all' to match 'all' and not 'all-nsid'. It moves parsing arg 'all-nsid' to after parsing 'all'. Before: $ip monitor all NETLINK_LISTEN_ALL_NSID: Protocol not available After: $ip monitor all [NEIGH]Del