-
Notifications
You must be signed in to change notification settings - Fork 33
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
nftables service is broken after reboot #74
Labels
bug
Something isn't working
Comments
duritong
added a commit
to duritong/puppet-nftables
that referenced
this issue
Mar 1, 2021
|
Interesting. Indeed those tables won't be there right after the system boots so they cannot be flushed at start-up :) Just for completeness, this is happening with non-default module configuration, right? I mean, you're setting |
|
Yes, I am setting it to: since that one should not get flushed. |
traylenator
pushed a commit
that referenced
this issue
Mar 2, 2021
figless
pushed a commit
to figless/puppet-nftables
that referenced
this issue
Aug 25, 2021
05c7f19 Release 1.2.0 (voxpupuli#76) 92e0fcb fix voxpupuli#74 - ensure table are initialized before flushing them (voxpupuli#75) 942569e Merge pull request voxpupuli#73 from Koumbit/global_chain_not_hardcoded cf38fe4 create tests for presence of the "global" chain 1a4f336 start declaring the 'global' chain with module resources ca0e975 Bump version to 1.1.2-rc0 (voxpupuli#72) git-subtree-dir: code git-subtree-split: 05c7f19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having the issue that after rebooting a node the nftables service is broken:
It will go back in a working by running puppet twice (!).
First it will remove the flush table cmds (since the fact returns an empty list of tables) and thus the nft rule set become applicable again.
On the second run it will re-add the tables.
We should not try to flush the tables when they are not present!
The text was updated successfully, but these errors were encountered: