summaryrefslogtreecommitdiff
path: root/tests/system-userspace-macros.at
diff options
context:
space:
mode:
authorYi-Hung Wei <yihung.wei@gmail.com>2018-02-12 14:02:37 -0800
committerBen Pfaff <blp@ovn.org>2018-02-14 13:59:09 -0800
commit271e48a0e244f12552e2699bcdc93a1d9d3b162f (patch)
tree57da5e13d342df536dea28179473358950c63a35 /tests/system-userspace-macros.at
parentbe7b165518f777c68833fcb0c844419c8c34af3e (diff)
downloadopenvswitch-271e48a0e244f12552e2699bcdc93a1d9d3b162f.tar.gz
conntrack: Support conntrack flush by ct 5-tuple
This patch adds support of flushing a conntrack entry specified by the conntrack 5-tuple in dpif-netdev. Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Darrell Ball <dlu998@gmail.com>
Diffstat (limited to 'tests/system-userspace-macros.at')
-rw-r--r--tests/system-userspace-macros.at10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/system-userspace-macros.at b/tests/system-userspace-macros.at
index 20a8635f9..00e1f817f 100644
--- a/tests/system-userspace-macros.at
+++ b/tests/system-userspace-macros.at
@@ -100,16 +100,6 @@ m4_define([CHECK_CONNTRACK_LOCAL_STACK],
#
m4_define([CHECK_CONNTRACK_NAT])
-# CHECK_CT_DPIF_FLUSH_BY_CT_TUPLE()
-#
-# Perform requirements checks for running ovs-dpctl flush-conntrack by
-# conntrack 5-tuple test. The userspace datapath does not support
-# this feature yet.
-m4_define([CHECK_CT_DPIF_FLUSH_BY_CT_TUPLE],
-[
- AT_SKIP_IF([:])
-])
-
# CHECK_CT_DPIF_SET_GET_MAXCONNS()
#
# Perform requirements checks for running ovs-dpctl ct-set-maxconns or