From 0283017566e73530ddc71d1ec58f4830720a985b Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 1 May 2013 17:05:26 +0900 Subject: [PATCH] Remove spurious IPv4 data from MPLS packet test Supplying this data is somewhat misleading as it is completely ignored and is not included in the synthesised packet. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- tests/ofproto-dpif.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index 5903191f5..d70977374 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -473,7 +473,7 @@ dnl Modified MPLS actions. AT_CHECK([ovs-ofctl monitor br0 65534 -P nxm --detach --pidfile 2> ofctl_monitor.log]) for i in 1 2 3; do - ovs-appctl netdev-dummy/receive p1 'in_port(1),eth(src=50:55:55:55:55:55,dst=50:54:00:00:00:07),eth_type(0x8847),mpls(label=100,tc=7,ttl=64,bos=1),ipv4(src=192.168.0.1,dst=192.168.0.2,proto=6,tos=0,ttl=64,frag=no)' + ovs-appctl netdev-dummy/receive p1 'in_port(1),eth(src=50:55:55:55:55:55,dst=50:54:00:00:00:07),eth_type(0x8847),mpls(label=100,tc=7,ttl=64,bos=1)' done OVS_WAIT_UNTIL([ovs-appctl -t ovs-ofctl exit]) -- 2.43.0