Add description fields to Eltex interface template

- Updated the Eltex TTP template to include 'name' and 'description' fields for interfaces, enhancing clarity and detail in the generated configurations.
This commit is contained in:
IluaAir
2026-06-07 08:47:51 +03:00
parent 0ef5e7798a
commit a617bd6ecd

View File

@@ -26,6 +26,8 @@ Active-image: {{ ignore }} {{ _start_ }}
<group name="interfaces"> <group name="interfaces">
interface {{ interface | ORPHRASE }} interface {{ interface | ORPHRASE }}
ip address {{ ip_address }} {{ mask | to_cidr }} ip address {{ ip_address }} {{ mask | to_cidr }}
name {{ description }}
description {{ description }}
</group> </group>
<group name="vlans"> <group name="vlans">