-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for ACLs on port groups.
- To do this, I used the ovn-nbctl acl-add as a model, and added an entityType parameter to the API which could be either PORT_GROUP or LOICAL_SWITCH. - In order to preserve the existing APIs, I added a new set of APIs called ACLAddEntity/ACLDelEntity/ACLListEntity. - It would look a lot cleaner to keep the old API names, but that would require all users to be okay with the signature change. ovn-kubernetes isn't using the old APIs yet, so the change wouldn't affect that project. I also made an optimization suggested by vtolstov on my last pr. Signed-off-by: Andre Fredette <[email protected]>
- Loading branch information
1 parent
30caecc
commit 62e7a78
Showing
6 changed files
with
376 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.