mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
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:
parent
0f27c9f54f
commit
24cec5b2cf
2 changed files with 2 additions and 0 deletions
1
changelog/57047.fixed
Normal file
1
changelog/57047.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Added ARPCHECK to the template for RHEL8 networking.
|
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue