enable correct service for EL9 using legacy IPv4#1102
enable correct service for EL9 using legacy IPv4#1102kjetilho wants to merge 1 commit intopuppetlabs:mainfrom
Conversation
firewall::params is a classthat may have no external impact to Forge modules. This module is declared in 106 of 580 indexed public
|
|
hmm. as I mentioned in my comment above, |
c99a310 to
25e2d1b
Compare
25e2d1b to
88e4d09
Compare
|
hmm, the "mend" tests failed due to missing api key. does this mean merge requests need to use project branches rather than external forks? |
af89e71 to
f5c0625
Compare
nftables.service loads nft rules from /etc/sysconfig/nftables.conf, but this module generates classic iptables rules which are stored in /etc/sysconfig/iptables. The service to load these on boot is simply and only "iptables.service". If both nftables.service and iptables.service are enabled, left over rules from /etc/sysconfig/nftables.conf may be inadvertently loaded. IPv6 rules are loaded correctly by ip6tables.service.
f5c0625 to
2a44ef0
Compare
probably not many people still using IPv4 in their systems, after all IPv6 is soon 25 years old, but... we still want to support it.
nftables.service loads nft rules from /etc/sysconfig/nftables.conf, but this module generates classic iptables rules. The service to load these on boot is simply "iptables.service".
IPv6 rules are loaded correctly by ip6tables.service.