]> git.proxmox.com Git - mirror_ovs.git/commit - utilities/ovs-ofctl.8.in
New action "ct_clear".
authorBen Pfaff <blp@ovn.org>
Fri, 6 Jan 2017 16:19:53 +0000 (08:19 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 10 Jan 2017 18:39:07 +0000 (10:39 -0800)
commit72fe7578efd7b4028f215f14a916876397cd22f7
tree52fb9d6fdc50b81b5cb1ac26a186c4e27fd8e827
parentbd3c2df3a8f7e47eff8c124e8e45d36ac3672869
New action "ct_clear".

This is being introduced specifically to allow a user of the "clone" action
to clear the connection tracking state, but it's implemented as a separate
action as a matter of clean design and in case another use case arises
later.

Reported-by: Mickey Spiegel <mickeys.dev@gmail.com>
Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2017-January/326981.html
Fixes: 7ae62a676d3a ("ofp-actions: Add clone action.")
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Mickey Spiegel <mickeys.dev@gmail.com>
Tested-by: Dong Jun <dongj@dtdream.com>
NEWS
include/openvswitch/ofp-actions.h
lib/ofp-actions.c
ofproto/ofproto-dpif-xlate.c
tests/ofp-actions.at
tests/ofproto-dpif.at
utilities/ovs-ofctl.8.in