Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 25, 2024

  1. Fixed: enable correct service for restoring IPv4 rules on EL8/EL9

    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.
    kjetilho committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2a44ef0 View commit details
    Browse the repository at this point in the history