Re: [PATCH net-next] bridge: vlan: flush the dynamically learned entries on port vlan delete

2015-06-30 Thread Vlad Yasevich
On 06/23/2015 08:28 AM, Nikolay Aleksandrov wrote: Add a new argument to br_fdb_delete_by_port which allows to specify a vid to match when flushing entries and use it in nbp_vlan_delete() to flush the dynamically learned entries of the vlan/port pair when removing a vlan from a port. Before

Re: [Bridge] [PATCH net-next] bridge: vlan: flush the dynamically learned entries on port vlan delete

2015-06-23 Thread Toshiaki Makita
On 15/06/23 (火) 21:28, Nikolay Aleksandrov wrote: Add a new argument to br_fdb_delete_by_port which allows to specify a vid to match when flushing entries and use it in nbp_vlan_delete() to flush the dynamically learned entries of the vlan/port pair when removing a vlan from a port. Before

Re: [Bridge] [PATCH net-next] bridge: vlan: flush the dynamically learned entries on port vlan delete

2015-06-23 Thread Nikolay Aleksandrov
On Jun 23, 2015, at 6:02 PM, Toshiaki Makita toshiaki.maki...@gmail.com wrote: On 15/06/23 (火) 21:28, Nikolay Aleksandrov wrote: Add a new argument to br_fdb_delete_by_port which allows to specify a vid to match when flushing entries and use it in nbp_vlan_delete() to flush the

[PATCH net-next] bridge: vlan: flush the dynamically learned entries on port vlan delete

2015-06-23 Thread Nikolay Aleksandrov
Add a new argument to br_fdb_delete_by_port which allows to specify a vid to match when flushing entries and use it in nbp_vlan_delete() to flush the dynamically learned entries of the vlan/port pair when removing a vlan from a port. Before this patch only the local mac was being removed and the