-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL set APIs needed for match criteria and logging #138
Comments
anfredette
added a commit
to anfredette/go-ovn
that referenced
this issue
Mar 16, 2021
…an existing ACL Addresses Issue eBay#138 Signed-off-by: Andre Fredette <[email protected]>
anfredette
added a commit
to anfredette/go-ovn
that referenced
this issue
Mar 16, 2021
…xisting ACL This was accomplished by adding the following two APIs and corresponding test cases: - ACLSetMatchEntity() - ACLSetLoggingEntity() Addresses Issue eBay#138 Signed-off-by: Andre Fredette <[email protected]>
anfredette
added a commit
to anfredette/go-ovn
that referenced
this issue
Mar 30, 2021
…xisting ACL This was accomplished by adding the following two APIs and corresponding test cases: - ACLSetMatchEntity() - ACLSetLoggingEntity() Addresses Issue eBay#138 Signed-off-by: Andre Fredette <[email protected]>
anfredette
added a commit
to anfredette/go-ovn
that referenced
this issue
Apr 9, 2021
- Support setting ACL name in ACLAddEntity() - Add ACL set support for ACL name, match and logging for an existing ACL - Use ACL UUID to identify ACL in ACLDelEntity() Addresses Issues eBay#137 and eBay#138 Signed-off-by: Andre Fredette <[email protected]>
anfredette
added a commit
to anfredette/go-ovn
that referenced
this issue
Apr 9, 2021
- Support setting ACL name in ACLAddEntity() - Add ACL set support for ACL name, match and logging for an existing ACL - Use ACL UUID to identify ACL in ACLDelEntity() Addresses Issues eBay#137 and eBay#138 Signed-off-by: Andre Fredette <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ovn-kubernetes requires the ability to modify the match criteria and/or logging configuration for an existing ACL.
The text was updated successfully, but these errors were encountered: