-
Notifications
You must be signed in to change notification settings - Fork 457
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
package "iptables" has been replaced by "iptables-nft" on EL9 #1085
Conversation
firewall::params is a classthat may have no external impact to Forge modules. This module is declared in 106 of 580 indexed public
|
firewall::params is a classthat may have no external impact to Forge modules. This module is declared in 106 of 580 indexed public
|
|
Thanks for triggering the jobs. Now, this is interesting, the tests fail on EL9 in the nflog-range test From my test server: [root@test-alma9 ~]# iptables -A BLOCKOUT -j NFLOG --nflog-range 16
warn: --nflog-range has never worked and is no longer supported, please use --nflog-size instedHowever, the module does not currently support |
6895194
to
835cf72
Compare
|
Hi @kjetilho |
|
EL6 and EL7 do not support |
firewall::params is a classthat may have no external impact to Forge modules. This module is declared in 106 of 580 indexed public
|
|
(There must be a keyboard shortcut to close issues inardvertantly?) I opened PR #1096 for this issue so we can apply the PR's cleanly. |
|
Hi @kjetilho - could you rebase with the current main so the tests rekick & pass, so I can approve :) |
There are some pointers given by dnf about "iptables", but these confuse Puppet into aborting with the error message: ```console Error: /Stage[main]/Firewall::Linux/Package[iptables]: Could not evaluate: no implicit conversion of Array into Hash ``` Fedora had a similar patch in commit 486e4b5 which I think fixed the bug https://tickets.puppetlabs.com/browse/MODULES-11147 but the same issue rared its head here on AlmaLinux 9.0. The RPM for iptables-legacy states: > This package contains the legacy tools which are obsoleted by > nft-variants in iptables-nft package for backwards compatibility reasons. > If you need to set up firewalls and/or IP masquerading, you should not install > this package but either nftables or iptables-nft instead.
835cf72
to
371cbfe
Compare
|
Closing & Re-opening to rekick tests |
firewall::params is a classthat may have no external impact to Forge modules. This module is declared in 106 of 580 indexed public
|
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.
Approved - thanks again for your hard work @kjetilho. :-)
There are some pointers given by dnf about "iptables", but these confuse Puppet into aborting with the error message:
Error: /Stage[main]/Firewall::Linux/Package[iptables]: Could not evaluate: no implicit conversion of Array into HashFedora had a similar patch in commit 486e4b5 which I think fixed the bug https://tickets.puppetlabs.com/browse/MODULES-11147 but the same issue rared its head here on AlmaLinux 9.0.
The RPM for iptables-legacy states: