]> git.proxmox.com Git - mirror_ovs.git/commit - utilities/ovs-ofctl.8.in
actions: Add resubmit with conntrack tuple.
authorJarno Rajahalme <jarno@ovn.org>
Thu, 9 Mar 2017 01:18:23 +0000 (17:18 -0800)
committerJarno Rajahalme <jarno@ovn.org>
Thu, 9 Mar 2017 01:23:24 +0000 (17:23 -0800)
commit2cd20955dc85dc611b5f24c8977d5a3f842ae380
tree3554004083959d22a3676b88f46fc41e501bced1
parentdaf4d3c18da4356ea7469ea0b467278651c91baa
actions: Add resubmit with conntrack tuple.

Add resubmit option to use the conntrack original direction tuple
swapped with the corresponding packet header fields during the lookup.
This could allow the same ACL table be used for admitting return
and/or related traffic as is used for admitting the original direction
traffic.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
include/openvswitch/ofp-actions.h
lib/ofp-actions.c
ofproto/ofproto-dpif-xlate.c
tests/ofp-actions.at
tests/ofproto-dpif.at
tests/system-traffic.at
utilities/ovs-ofctl.8.in