This patch series add support to flush a connection tracking entry
specified by a 5-tuple.

v2 -> v3:
 * Rebase to master.
 * Fold in Justin's review comments.
 * Pull out dpif-netdev implementation.
   Will fix the conntack expectation issue, and submit a follow up patch.
 * Skip the ct flush by 5-tuple test on userspace datapath.

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 (2):
  ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tuple
  dpctl: Support flush conntrack by conntrack 5-tuple

 NEWS                             |   2 +
 lib/ct-dpif.c                    | 132 +++++++++++++++++++++++++++++++++++++--
 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              |  16 ++++-
 lib/netlink-conntrack.c          |  97 ++++++++++++++++++++++++++++
 lib/netlink-conntrack.h          |   1 +
 ofproto/ofproto-dpif.c           |   2 +-
 tests/ovs-ofctl.at               |   2 +-
 tests/system-kmod-macros.at      |   8 +++
 tests/system-traffic.at          |  65 +++++++++++++++++++
 tests/system-userspace-macros.at |  10 +++
 utilities/ovs-dpctl.c            |   4 +-
 16 files changed, 415 insertions(+), 37 deletions(-)

-- 
2.7.4

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to