[ovs-dev] [PATCH v2 0/2] add acl reject rule support introducing icmp4 action

Mark Michelson mmichels at redhat.com
Fri Feb 23 23:32:50 UTC 2018


For the patchset:

Acked-By: Mark Michelson <mmichels at redhat.com>

On 02/20/2018 11:39 AM, Lorenzo Bianconi wrote:
> Changes since v1:
> - removed 1/3 of v1 since it has been already merged
> - added ovn automatic tests for icmp4 action and for ACL reject rules
> - used tos of incoming IP frames for ICMP dst unreachable packets
> - updated ovn-sb.xml
> - used icmp4 instead of icmp as naming convention
> 
> Changes since RFC:
> - updated ovn-sb.xml
> - squashed patch1 and patch2
> - added Jakub comments
> - added build_reject_acl_rules routine to add reject entries in logical
>    flow hashmap
> - treat TCP connections as DROP for the moment since tcp_reset{}
>    action has not been implemented yet
> - renamed encode_nested_neighbor_actions in encode_nested_actions
> 
> Lorenzo Bianconi (2):
>    OVN: add icmp4{} action support
>    OVN: add acl reject support using icmp4 action
> 
>   include/ovn/actions.h     |   7 +++
>   ovn/controller/pinctrl.c  |  53 ++++++++++++++++++++
>   ovn/lib/actions.c         |  22 +++++++++
>   ovn/northd/ovn-northd.c   | 123 ++++++++++++++++++++++++++++++++--------------
>   ovn/ovn-sb.xml            |   5 +-
>   ovn/utilities/ovn-trace.c |  29 +++++++++++
>   tests/ovn.at              |  98 ++++++++++++++++++++++++++++++++++++
>   7 files changed, 296 insertions(+), 41 deletions(-)
> 



More information about the dev mailing list