X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fodp.at;h=7157ceaf1ce1633320163a27839e2ae9d79b8de1;hb=abff858b5ad310a529d5a5ac2a230ee4ac9736db;hp=65a9fb93caa64c0a3f4cc1ab854d5abcfb857785;hpb=7f4ae491b0fb5fb513e22ed2bd1829c5cd42e71c;p=sliver-openvswitch.git diff --git a/tests/odp.at b/tests/odp.at index 65a9fb93c..7157ceaf1 100644 --- a/tests/odp.at +++ b/tests/odp.at @@ -32,6 +32,10 @@ in_port(1),eth(src=00:01:02:03:04:05,dst=10:11:12:13:14:15),eth_type(0x0806),arp echo '# Valid forms with VLAN header.' sed 's/eth([[^)]]*)/&,vlan(vid=99,pcp=7)/' odp-base.txt + echo + echo '# Valid forms with QoS priority.' + sed 's/^/priority(1234),/' odp-base.txt + echo echo '# Valid forms with tun_id and VLAN headers.' sed 's/^/tun_id(0xfedcba9876543210),/