Merge pull request #29606 from abednarik/remove_duplicate_mtu_entry_rh7_net_template

Fixed duplicate mtu entry in RedHat 7  network configuration.
This commit is contained in:
Mike Place 2015-12-11 10:24:45 -07:00
commit f6f3aa6613

View file

@ -11,7 +11,6 @@ DEVICE="{{name}}"
{%endif%}{% if ipaddr %}IPADDR="{{ipaddr}}"
{%endif%}{% if netmask %}NETMASK="{{netmask}}"
{%endif%}{% if gateway %}GATEWAY="{{gateway}}"
{%endif%}{% if mtu %}MTU="{{mtu}}"
{%endif%}{% if enable_ipv6 %}IPV6INIT="yes"
{% if ipv6_autoconf %}IPV6_AUTOCONF="{{ipv6_autoconf}}"
{%endif%}{% if ipv6addr %}IPV6ADDR="{{ipv6addr}}"