The CT flush is not capable of partial flush based
on the touples and zone combinations. Extend it
so it also accepts mark and labels. As part of this
series unify parsing of arguments in dpctl and ovs-ofctl
for the ct flush command.

Ales Musil (3):
  ofp-prop: Add helper for parsing and storing of ovs_u128.
  dpctl, ovs-ofctl: Unify parsing of ct-flush arguments.
  openflow: Allow CT flush to match on mark and labels.

 NEWS                           |   4 +
 include/openflow/nicira-ext.h  |   4 +
 include/openvswitch/ofp-ct.h   |  14 ++-
 include/openvswitch/ofp-prop.h |   5 +
 lib/ct-dpif.c                  |  12 ++-
 lib/dpctl.c                    |  46 ++-------
 lib/ofp-ct.c                   | 182 ++++++++++++++++++++++++++++++++-
 lib/ofp-prop.c                 |  42 ++++++++
 tests/ofp-print.at             |  85 +++++++++++++++
 tests/ovs-ofctl.at             |  42 +++++++-
 tests/system-traffic.at        | 112 +++++++++++++-------
 utilities/ovs-ofctl.8.in       |  31 +++---
 utilities/ovs-ofctl.c          |  49 +++------
 13 files changed, 489 insertions(+), 139 deletions(-)

-- 
2.41.0

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

Reply via email to