diff --git a/changelog/57047.fixed b/changelog/57047.fixed new file mode 100644 index 00000000000..0d5ee58d0d1 --- /dev/null +++ b/changelog/57047.fixed @@ -0,0 +1 @@ +Added ARPCHECK to the template for RHEL8 networking. diff --git a/salt/templates/rh_ip/rh8_eth.jinja b/salt/templates/rh_ip/rh8_eth.jinja index 83604a214eb..74bd53bb79f 100644 --- a/salt/templates/rh_ip/rh8_eth.jinja +++ b/salt/templates/rh_ip/rh8_eth.jinja @@ -26,6 +26,7 @@ IPADDR{{loop.index}}="{{i['ipaddr']}}" PREFIX{{loop.index}}="{{i['prefix']}}" {% endfor -%} {%endif%}{% if gateway %}GATEWAY="{{gateway}}" +{%endif%}{% if arpcheck %}ARPCHECK="{{arpcheck}}" {%endif%}{% if enable_ipv6 %}IPV6INIT="yes" {% if ipv6_autoconf %}IPV6_AUTOCONF="{{ipv6_autoconf}}" {%endif%}{% if dhcpv6c %}DHCPV6C="{{dhcpv6c}}"