Re: [PATCH net-next v2] net: Add support for filtering neigh dump by master device

2015-10-02 Thread David Ahern
On 10/2/15 11:18 AM, Eric W. Biederman wrote: What is the thinking here because it sure looks like you are busily adding layer two functionality you swore you did not want. Interfaces are enslaved to a VRF device, but neighbor entries are installed with a reference to the actual interface not

Re: [PATCH net-next v2] net: Add support for filtering neigh dump by master device

2015-10-02 Thread Eric W. Biederman
David Ahern writes: > Add support for filtering neighbor dumps by master device by adding > the NDA_MASTER attribute to the dump request. A new netlink flag, > NLM_F_DUMP_FILTERED, is added to indicate the kernel supports the > request and output is filtered as requested. *Scratches my head* I

Re: [PATCH net-next v2] net: Add support for filtering neigh dump by master device

2015-09-29 Thread David Miller
From: David Ahern Date: Tue, 29 Sep 2015 09:32:03 -0700 > Add support for filtering neighbor dumps by master device by adding > the NDA_MASTER attribute to the dump request. A new netlink flag, > NLM_F_DUMP_FILTERED, is added to indicate the kernel supports the > request and output is filtered as

Re: [PATCH net-next v2] net: Add support for filtering neigh dump by master device

2015-09-29 Thread roopa
On 9/29/15, 9:32 AM, David Ahern wrote: Add support for filtering neighbor dumps by master device by adding the NDA_MASTER attribute to the dump request. A new netlink flag, NLM_F_DUMP_FILTERED, is added to indicate the kernel supports the request and output is filtered as requested. Signed-off-

[PATCH net-next v2] net: Add support for filtering neigh dump by master device

2015-09-29 Thread David Ahern
Add support for filtering neighbor dumps by master device by adding the NDA_MASTER attribute to the dump request. A new netlink flag, NLM_F_DUMP_FILTERED, is added to indicate the kernel supports the request and output is filtered as requested. Signed-off-by: David Ahern --- v2 - added NLM_F_DUMP