Re: [PATCH iproute2 net-next] iplink: bridge_slave: add support for IFLA_BRPORT_FLUSH

2017-01-18 Thread Nikolay Aleksandrov
On 18/01/17 07:36, Hangbin Liu wrote: > This patch implements support for the IFLA_BRPORT_FLUSH attribute > in iproute2 so it can flush bridge slave's fdb dynamic entries. > > Signed-off-by: Hangbin Liu > --- > ip/iplink_bridge_slave.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletion

[PATCH iproute2 net-next] iplink: bridge_slave: add support for IFLA_BRPORT_FLUSH

2017-01-17 Thread Hangbin Liu
This patch implements support for the IFLA_BRPORT_FLUSH attribute in iproute2 so it can flush bridge slave's fdb dynamic entries. Signed-off-by: Hangbin Liu --- ip/iplink_bridge_slave.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ip/iplink_bridge_slave.c b/ip/ipl