Merge pull request #37926 from kontrolld/fix-ipv6-centos-network

Fixes no IPv6 functionality in /etc/sysconfig/network
This commit is contained in:
Mike Place 2016-11-28 13:40:00 -07:00 committed by GitHub
commit 3bb743b59f

View file

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