-
Notifications
You must be signed in to change notification settings - Fork 348
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
T3900: Add support for raw tables in firewall #3578
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The firewall smoketest should be extended for the migrated timeout options.
Should we also consider migrating the ignore conntrack rules to instead use these new raw nodes?
interface-definitions/include/firewall/action-and-notrack.xml.i
Outdated
Show resolved
Hide resolved
I was sure I added such tests in firewall smoketests, but seems I haven't. |
At least in this very first stage of adding this new feature, they can co-exist with legacy |
…tl timeout parameters defined in conntrack to firewall global-opton section.
Change Summary
Add support for raw tables in firewall
Migrate general conntrack timeouts to firewall global-options
Types of changes
Related Task(s)
Related PR(s)
Component(s) name
firewall, conntrack
Proposed changes
How to test
Sample config:
Netfilter chains:
sysctl parameters:
Smoketest result
test_firewall --> OK
test_system_conntrack.py --> OK
Checklist: