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
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