Justin, are you the right person to review this series? Thanks,
Ben. On Tue, Nov 21, 2017 at 05:00:52PM -0800, Yi-Hung Wei wrote: > This patch series add support to delete a connection tracking entry > specified by a 5-tuple. > > v1 -> v2: > * Incoporate suggestions from Justin > * Add dpif-netdev implementation > * Improve error reporting logic in dpctl.c > * Support ICMP 5-tuple > * Rebase to master > > > Yi-Hung Wei (3): > ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tuple > conntrack: Support conntrack flush by ct 5-tuple > dpctl: Support flush conntrack by conntrack 5-tuple > > NEWS | 2 + > lib/conntrack.c | 64 +++++++++++++++++++++++ > lib/conntrack.h | 3 ++ > lib/ct-dpif.c | 131 > +++++++++++++++++++++++++++++++++++++++++++++--- > lib/ct-dpif.h | 4 +- > lib/dpctl.c | 76 ++++++++++++++++++++++------ > lib/dpctl.man | 20 ++++++-- > lib/dpif-netdev.c | 6 ++- > lib/dpif-netlink.c | 7 ++- > lib/dpif-provider.h | 13 +++-- > lib/netlink-conntrack.c | 97 +++++++++++++++++++++++++++++++++++ > lib/netlink-conntrack.h | 1 + > ofproto/ofproto-dpif.c | 2 +- > tests/ovs-ofctl.at | 2 +- > tests/system-traffic.at | 64 +++++++++++++++++++++++ > utilities/ovs-dpctl.c | 4 +- > 16 files changed, 459 insertions(+), 37 deletions(-) > > -- > 2.7.4 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
