ovn: Avoid ARP responder for packets from localnet port
[cascardo/ovs.git] / tests / vlan-splinters.at
index b38ab52..bab7627 100644 (file)
@@ -3,7 +3,7 @@ AT_BANNER([VLAN splinters])
 AT_SETUP([VLAN splinters])
 AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 OVS_VSWITCHD_START([], [], [=override])
-ADD_OF_PORTS([br0], 1, 2, 3, 4)
+add_of_ports br0 1 2 3 4
 AT_CHECK([ovs-vsctl \
   -- set Bridge br0 fail-mode=standalone flood_vlans=0,9,11,15 \
   -- set port br0 tag=0 \
@@ -31,7 +31,7 @@ for args in '9 p2' '11 p3' '15 p4'; do
     AT_CHECK([ovs-appctl ofproto/trace ovs-dummy "in_port($splinter_port)"],
              [0], [stdout])
     AT_CHECK_UNQUOTED([sed -n '/^Flow/p; /^Datapath/p' stdout], [0], [dnl
-Flow: metadata=0,in_port=$p1,dl_vlan=$vlan,dl_vlan_pcp=0,dl_src=00:00:00:00:00:00,dl_dst=00:00:00:00:00:00,dl_type=0x05ff
+Flow: in_port=$p1,dl_vlan=$vlan,dl_vlan_pcp=0,dl_src=00:00:00:00:00:00,dl_dst=00:00:00:00:00:00,dl_type=0x05ff
 Datapath actions: $access_port
 ])