On Thu, Jan 5, 2017 at 4:28 PM, Ben Pfaff <[email protected]> wrote: > 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 <[email protected]> > 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 <[email protected]> > --- > NEWS | 2 +- > include/openvswitch/ofp-actions.h | 3 +- > lib/ofp-actions.c | 43 +++++++++++++++++++++++++++- > manpages.mk | 4 --- >
I have trouble applying due to changes in manpages.mk. I assume those should not be there? Mickey > ofproto/ofproto-dpif-xlate.c | 19 +++++++++---- > tests/ofp-actions.at | 3 ++ > tests/ofproto-dpif.at | 60 ++++++++++++++++++++++++++++++ > +++++++++ > utilities/ovs-ofctl.8.in | 6 ++++ > 8 files changed, 128 insertions(+), 12 deletions(-) > <snip> > > diff --git a/manpages.mk b/manpages.mk > index 825e2bc..742bd66 100644 > --- a/manpages.mk > +++ b/manpages.mk > @@ -42,8 +42,6 @@ ovsdb/ovsdb-client.1: \ > lib/vlog-syn.man \ > lib/vlog.man \ > ovsdb/remote-active.man \ > - ovsdb/remote-active.man \ > - ovsdb/remote-passive.man \ > ovsdb/remote-passive.man > ovsdb/ovsdb-client.1.in: > lib/common-syn.man: > @@ -60,8 +58,6 @@ lib/table.man: > lib/vlog-syn.man: > lib/vlog.man: > ovsdb/remote-active.man: > -ovsdb/remote-active.man: > -ovsdb/remote-passive.man: > ovsdb/remote-passive.man: > > ovsdb/ovsdb-server.1: \ > <snip> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
