summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYi-Hung Wei <yihung.wei@gmail.com>2017-12-07 10:40:03 -0800
committerJustin Pettit <jpettit@ovn.org>2017-12-07 13:49:40 -0800
commit817a76577fec3f03310d7d3a5a10df01340ee8ad (patch)
tree9185282e4940a3873d60a594d13babd03b33e6ee /tests
parent0bd28b0bcd26ab33c296a26f447e49ea829fa274 (diff)
downloadopenvswitch-817a76577fec3f03310d7d3a5a10df01340ee8ad.tar.gz
ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tuple
This patch adds support of flushing a conntrack entry specified by the conntrack 5-tuple, and provides the implementation in dpif-netlink. The implementation of dpif-netlink in the linux datapath utilizes the NFNL_SUBSYS_CTNETLINK netlink subsystem to delete a conntrack entry in nf_conntrack. Future patches will add support for the userspace and Windows datapaths. VMWare-BZ: #1983178 Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com> Signed-off-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/ovs-ofctl.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at
index 28bca8b9b..f8d43adcc 100644
--- a/tests/ovs-ofctl.at
+++ b/tests/ovs-ofctl.at
@@ -3167,7 +3167,7 @@ AT_CHECK([ovs-appctl vlog/set ct_dpif:dbg])
AT_CHECK([ovs-ofctl ct-flush-zone br0 123])
OVS_WAIT_UNTIL([grep -q "|ct_dpif|DBG|.*ct_flush:" ovs-vswitchd.log])
-AT_CHECK([grep -q "ct_dpif|DBG|.*ct_flush: 123" ovs-vswitchd.log])
+AT_CHECK([grep -q "ct_dpif|DBG|.*ct_flush: zone 123" ovs-vswitchd.log])
OVS_VSWITCHD_STOP
AT_CLEANUP