Close if block in 2_linux_bonds_vlans.j2

Change-Id: I47ef48f1e39842ecbcc5cffcbcf2270e45cf5331
This commit is contained in:
yatinkarel 2021-03-17 19:28:14 +05:30
parent a313a11e53
commit 9d29b4e1e2
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
{# largest MTU. #}
{% else %}
{{ mtu_ctlplane_list.append(lookup('vars', networks_lower[network] ~ '_mtu')) }}
{%- endif %}
{%- endfor %}
{% set min_viable_mtu_ctlplane = mtu_ctlplane_list | max %}
{% set min_viable_mtu_dataplane = mtu_dataplane_list | max %}