Re: [ovs-dev] [PATCH ovn v2 3/4] ovn-nbctl: Add tier ACL options.

2023-04-13 Thread Ales Musil
On Mon, Apr 10, 2023 at 7:26 PM Mark Michelson wrote: > This modifies the acl-add and acl-del commands so that an ACL > tier can be specified when adding or deleting ACLs. > > For acl-add, if the tier is specified, then the ACL created by the > command will have that tier set. > > For acl-del, if

Re: [ovs-dev] [PATCH ovn v2 3/4] ovn-nbctl: Add tier ACL options.

2023-04-11 Thread Simon Horman
On Mon, Apr 10, 2023 at 01:26:12PM -0400, Mark Michelson wrote: ... > diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c ... > @@ -2390,6 +2394,16 @@ nbctl_acl_add(struct ctl_context *ctx) > nbrec_acl_set_options(acl, &options); > } > > +const char *tier_s = shash_fi

[ovs-dev] [PATCH ovn v2 3/4] ovn-nbctl: Add tier ACL options.

2023-04-10 Thread Mark Michelson
This modifies the acl-add and acl-del commands so that an ACL tier can be specified when adding or deleting ACLs. For acl-add, if the tier is specified, then the ACL created by the command will have that tier set. For acl-del, if the tier is specified, then the tier will be one of the criteria us