X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Flearn.at;h=47c1d3288788033e6c316f03c1bfdf843a35bbb4;hb=e71bff1bef0252209d01e618a33d80d59e366829;hp=d60b0d33dc99ea9897d47e98956811a400ece2b9;hpb=6d2c051a33bccc913259baa14134dd0356530b26;p=sliver-openvswitch.git diff --git a/tests/learn.at b/tests/learn.at index d60b0d33d..47c1d3288 100644 --- a/tests/learn.at +++ b/tests/learn.at @@ -24,7 +24,7 @@ table=0 actions=learn(table=1,hard_timeout=10, NXM_OF_VLAN_TCI[0..11],output:NXM table=1 priority=0 actions=flood ]]) AT_CHECK([ovs-ofctl parse-flows flows.txt], [0], -[[usable protocols: OpenFlow10+table_id,NXM+table_id,OXM,OpenFlow13 +[[usable protocols: OXM,OpenFlow10+table_id,NXM+table_id chosen protocol: OpenFlow10+table_id OFPT_FLOW_MOD (xid=0x1): ADD table:255 actions=learn(table=1,in_port=99,NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:NXM_OF_IN_PORT[]->NXM_NX_REG1[16..31]) OFPT_FLOW_MOD (xid=0x2): ADD table:255 actions=learn(table=1,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],output:NXM_OF_IN_PORT[])