-
Notifications
You must be signed in to change notification settings - Fork 458
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
enable correct service for EL9 using legacy IPv4 #1102
base: main
Are you sure you want to change the base?
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.