blob: b45c001f77e925f76bfe030c1ce43e462dc7eb99 (
plain)
1
2
3
4
5
6
7
8
9
|
DEVICE={{ intf_tenant }}
BOOTPROTO=none
ONBOOT=yes
{% if contr_sys_mappings["tenant"]["vlan_tag"] | int %}
{% set intf_vlan = "yes" %}
{% else %}
{% set intf_vlan = "no" %}
{% endif %}
VLAN={{ intf_vlan }}
|