mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
commit
f6f3aa6613
1 changed files with 0 additions and 1 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue