summaryrefslogtreecommitdiff
path: root/tests/pmd.at
diff options
context:
space:
mode:
authorDaniele Di Proietto <diproiettod@vmware.com>2015-11-15 22:07:25 -0800
committerDaniele Di Proietto <diproiettod@vmware.com>2016-07-27 18:52:13 -0700
commit5cf3edb311ffe6bc4df93cd7b759801c6932d81f (patch)
tree619f709a180c221da40193bd1cfeec88000c4b22 /tests/pmd.at
parentb4124903c65f23795864d67ad4a882fb047d435f (diff)
downloadopenvswitch-5cf3edb311ffe6bc4df93cd7b759801c6932d81f.tar.gz
dpif-netdev: Execute conntrack action.
This commit implements the OVS_ACTION_ATTR_CT action in dpif-netdev. To allow ofproto-dpif to detect the conntrack feature, flow_put will not discard anymore flows with ct_* fields set. We still shouldn't allow flows with NAT bits set, since there is no support for NAT. Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Acked-by: Antonio Fischetti <antonio.fischetti@intel.com>
Diffstat (limited to 'tests/pmd.at')
-rw-r--r--tests/pmd.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pmd.at b/tests/pmd.at
index 47639b6c1..af396cd8d 100644
--- a/tests/pmd.at
+++ b/tests/pmd.at
@@ -188,7 +188,7 @@ for i in `seq 0 19`;
ovs-appctl time/warp 100
AT_CHECK([grep -A 1 'miss upcall' ovs-vswitchd.log | tail -n 1], [0], [dnl
-skb_priority(0),skb_mark(0),recirc_id(0),dp_hash(0),in_port(1),eth(src=50:54:00:00:00:77,dst=50:54:00:00:01:78),eth_type(0x0800),ipv4(src=10.0.0.2,dst=10.0.0.1,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)
+skb_priority(0),skb_mark(0),ct_state(0),ct_zone(0),ct_mark(0),ct_label(0),recirc_id(0),dp_hash(0),in_port(1),eth(src=50:54:00:00:00:77,dst=50:54:00:00:01:78),eth_type(0x0800),ipv4(src=10.0.0.2,dst=10.0.0.1,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)
])
AT_CHECK([cat ovs-vswitchd.log | filter_flow_install | strip_xout], [0], [dnl
recirc_id(0),in_port(1),eth(src=50:54:00:00:00:77,dst=50:54:00:00:01:78),eth_type(0x0800),ipv4(frag=no), actions: <del>