-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add support for stateless rules in network ACLs #651
Comments
We can do this by adding a new |
Im interested in working on this issue, can I be assigned to it please? |
For this one, you're going to want to:
And I think that should be it to get this working. Expected commit list based on the above should be:
Testing this locally won't be the easiest unfortunately as you'd need to first get a working Incus setup, then also install OVN and set that up. Though the issue is likely simple enough that you should be able to do it blind and I'll then test it for you on a proper OVN cluster. |
Stateless is supported for strictly for OVN networks? Or is supported for Bridge networks also? |
Only OVN at this time |
Currently all ACL rules are assumed to be stateful.
That's certainly fine as a default as stateless firewalling can be a bit tricky to get right, but for very high throughput/pps applications, it's a very useful tool and so should be supported.
The text was updated successfully, but these errors were encountered: