Update config:
- add by_alias attr Update contract: - del aliase for Vlans vlan_id Update qtech.ttp: - fix vla_id _start_ method
This commit is contained in:
@@ -22,6 +22,6 @@ interface {{ interface | ORPHRASE }}
|
||||
<group name="vlans">
|
||||
vlan {{ vlan_ids | contains(",", "-") | unrange("-", ",") }}
|
||||
,{{ vlan_tail | unrange("-", ",") }}
|
||||
vlan {{ vlan_id }}
|
||||
vlan {{ vlan_id | _start_ }}
|
||||
name {{ name | ORPHRASE }}
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user