Update config:

- add dump() for dict| list overview
- del qtech.ttp _start_ method
This commit is contained in:
i.shramko
2026-03-10 16:19:40 +03:00
parent 68566a24fb
commit d185dc6c7c
2 changed files with 11 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ interface {{ interface | ORPHRASE }}
</group>
<group name="vlans">
vlan {{ vlan_ids | contains(",", "-") | unrange("-", ",") | _start_ }}
vlan {{ vlan_ids | contains(",", "-") | unrange("-", ",") }}
,{{ vlan_tail | unrange("-", ",") }}
vlan {{ vlan_id | _start_ }}
vlan {{ vlan_id }}
name {{ name | ORPHRASE }}
</group>