Re: [Bridge] [PATCH net-next 0/3] bridge: neigh msg proxy and flood suppression support

2017-10-02 Thread Stephen Hemminger
On Mon, 2 Oct 2017 07:49:09 -0700 Roopa Prabhu wrote: > On Sun, Oct 1, 2017 at 9:36 PM, Roopa Prabhu > wrote: > > From: Roopa Prabhu > > > > This series implements arp and nd suppression in the bridge > > driver

Re: [Bridge] [PATCH net-next 0/3] bridge: neigh msg proxy and flood suppression support

2017-10-02 Thread Roopa Prabhu
On Sun, Oct 1, 2017 at 9:36 PM, Roopa Prabhu wrote: > From: Roopa Prabhu > > This series implements arp and nd suppression in the bridge > driver for ethernet vpns. It implements rfc7432, section 10 >

[Bridge] [PATCH net-next 0/3] bridge: neigh msg proxy and flood suppression support

2017-10-01 Thread Roopa Prabhu
From: Roopa Prabhu This series implements arp and nd suppression in the bridge driver for ethernet vpns. It implements rfc7432, section 10 https://tools.ietf.org/html/rfc7432#section-10 for ethernet VPN deployments. It is similar to the existing BR_ARP_PROXY flag but