enable jumbo

This commit is contained in:
Daniel Poelzleithner 2019-08-15 23:53:22 +02:00
parent 070e685350
commit 4e3f9d3dd6
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ expect "(vlan-{{ vlan }})#"
send "name {{ name }}\r"
expect "(vlan-{{ vlan }})#"
send "jumbo\r"
expect "(vlan-{{ vlan }})#"
{# Actually only used for mgmt_vlan, switches are not routers #}
{%- set net_hosts = pillar['hosts-inet'].get(name) %}
{%- set ipaddr = net_hosts and net_hosts.get(hostname) %}