On 1/16/23 12:45, Ales Musil wrote:
> Add extension that will allow to flush
> connection from CT specified by full
> orig 5-tuple or partial match that combines
> orig or reply direction.
> 
> Ales Musil (2):
>   ofp, dpif: Allow CT flush based on partial match
>   openflow: Add extension to flush CT by generic match
> 
>  NEWS                            |   9 +
>  include/openflow/nicira-ext.h   |  37 +++
>  include/openvswitch/automake.mk |   1 +
>  include/openvswitch/ofp-ct.h    |  80 +++++++
>  include/openvswitch/ofp-msgs.h  |   4 +
>  lib/automake.mk                 |   1 +
>  lib/ct-dpif.c                   | 298 ++++++++++++++---------
>  lib/ct-dpif.h                   |   5 +-
>  lib/dpctl.c                     |  43 +++-
>  lib/dpctl.man                   |  24 +-
>  lib/ofp-bundle.c                |   1 +
>  lib/ofp-ct.c                    | 410 ++++++++++++++++++++++++++++++++
>  lib/ofp-print.c                 |  20 ++
>  lib/rconn.c                     |   1 +
>  ofproto/ofproto-dpif.c          |   9 +-
>  ofproto/ofproto-provider.h      |   7 +-
>  ofproto/ofproto.c               |  29 ++-
>  tests/ofp-print.at              | 108 +++++++++
>  tests/ovs-ofctl.at              |  38 +++
>  tests/system-traffic.at         | 120 +++++++++-
>  utilities/ovs-ofctl.8.in        |  27 +++
>  utilities/ovs-ofctl.c           |  51 ++++
>  22 files changed, 1170 insertions(+), 153 deletions(-)
>  create mode 100644 include/openvswitch/ofp-ct.h
>  create mode 100644 lib/ofp-ct.c
> 


Thanks!  I fixed a few other style issues, typos and inconsistencies
and applied the set before branching.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to