From: Simon Horman Date: Wed, 1 May 2013 08:05:26 +0000 (+0900) Subject: Remove spurious IPv4 data from MPLS packet test X-Git-Tag: v2.0~818 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=0283017566e73530ddc71d1ec58f4830720a985b;p=cascardo%2Fovs.git 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 --- 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])