mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37926 from kontrolld/fix-ipv6-centos-network
Fixes no IPv6 functionality in /etc/sysconfig/network
This commit is contained in:
commit
3bb743b59f
1 changed files with 4 additions and 1 deletions
|
@ -5,4 +5,7 @@
|
|||
{%endif%}{% if nisdomain %}NISDOMAIN={{nisdomain}}
|
||||
{%endif%}{% if networkdelay %}NETWORKDELAY={{networkdelay}}
|
||||
{%endif%}{% if devtimeout %}DEVTIMEOUT={{devtimeout}}
|
||||
{%endif%}{% if nozeroconf %}NOZEROCONF={{nozeroconf}}{%endif%}
|
||||
{%endif%}{% if nozeroconf %}NOZEROCONF={{nozeroconf}}
|
||||
{%endif%}{% if enable_ipv6 %}IPV6INIT="yes"
|
||||
{%endif%}{% if ipv6gateway %}IPV6_DEFAULTGW="{{ipv6gateway}}"
|
||||
{%endif%}
|
||||
|
|
Loading…
Add table
Reference in a new issue