[ovs-dev] [PATCH v2] ovn-nbctl: Support ACL commands on port groups.

Ben Pfaff blp at ovn.org
Thu May 10 23:56:59 UTC 2018


On Wed, May 09, 2018 at 11:32:04PM -0700, Han Zhou wrote:
> Add support for using ovn-nbctl to add/delete/list ACLs on port
> groups.
> 
> A new option --type is also supported for these commands to
> explicitely specify, when needed, whether the operation is on a
> port-group or a logical switch. E.g.
> 
> ovn-nbctl --type=port-group acl-add port_group1 to-lport 1000 \
>     'outport == @port_group1 && ip4.src == $port_group1_ip4' \
>      allow-related
> 
> Signed-off-by: Han Zhou <hzhou8 at ebay.com>

Thanks, applied to master.


More information about the dev mailing list