Add arpcheck to RH8 IP

In #20602 we added the ability to change ARPCHECK in network settings.
This was missing and later added in RH7, but was missing from RH8, since
RH8 support was added before we updated the RH7 support.

This fixes #57047
This commit is contained in:
Wayne Werner 2020-05-06 14:30:00 -05:00 committed by Daniel Wozniak
parent 0f27c9f54f
commit 24cec5b2cf
2 changed files with 2 additions and 0 deletions

1
changelog/57047.fixed Normal file
View file

@ -0,0 +1 @@
Added ARPCHECK to the template for RHEL8 networking.

View file

@ -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}}"