Re: [PATCH net-next 1/4] selftests: forwarding: Add a test for VLAN-unaware bridge

2018-03-11 Thread David Ahern
On 3/11/18 12:57 AM, Ido Schimmel wrote: > Similar to the VLAN-aware bridge test, test the VLAN-unaware bridge and > make sure that ping, FDB learning and flooding work as expected. > > Signed-off-by: Ido Schimmel > Reviewed-by: Jiri Pirko > --- > .../net/forwarding/bridge_vlan_unaware.sh

[PATCH net-next 1/4] selftests: forwarding: Add a test for VLAN-unaware bridge

2018-03-10 Thread Ido Schimmel
Similar to the VLAN-aware bridge test, test the VLAN-unaware bridge and make sure that ping, FDB learning and flooding work as expected. Signed-off-by: Ido Schimmel Reviewed-by: Jiri Pirko --- .../net/forwarding/bridge_vlan_unaware.sh | 86 ++ 1 file changed, 86 ins