]> git.proxmox.com Git - mirror_ovs.git/commit
dpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
authorEric Garver <e@erig.me>
Fri, 19 Jan 2018 19:21:51 +0000 (14:21 -0500)
committerJustin Pettit <jpettit@ovn.org>
Sat, 20 Jan 2018 19:16:37 +0000 (11:16 -0800)
commit1fe178d251c8500a8ce7fab924e3a726f423026c
tree748f88d9c7789f332edc8c36f2ef15fd5b84921f
parent70bbaa46492d25d94154bebd4563d14d3e629068
dpif: Add support for OVS_ACTION_ATTR_CT_CLEAR

This supports using the ct_clear action in the kernel datapath. To
preserve compatibility with current ct_clear behavior on old kernels, we
only pass this action down to the datapath if a probe reveals the
datapath actually supports it.

Signed-off-by: Eric Garver <e@erig.me>
Acked-by: William Tu <u9012063@gmail.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Justin Pettit <jpettit@ovn.org>
15 files changed:
NEWS
datapath/linux/compat/include/linux/openvswitch.h
lib/conntrack.c
lib/conntrack.h
lib/dpif-netdev.c
lib/dpif.c
lib/odp-execute.c
lib/odp-util.c
lib/ofp-actions.c
ofproto/ofproto-dpif-ipfix.c
ofproto/ofproto-dpif-sflow.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h
tests/odp.at