From a617bd6ecdc26709f75735185c9eb9e89b33abec Mon Sep 17 00:00:00 2001 From: IluaAir Date: Sun, 7 Jun 2026 08:47:51 +0300 Subject: [PATCH] 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. --- oxi/interfaces/models/templates/eltex.ttp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oxi/interfaces/models/templates/eltex.ttp b/oxi/interfaces/models/templates/eltex.ttp index ce66112..b47e14b 100644 --- a/oxi/interfaces/models/templates/eltex.ttp +++ b/oxi/interfaces/models/templates/eltex.ttp @@ -26,6 +26,8 @@ Active-image: {{ ignore }} {{ _start_ }} interface {{ interface | ORPHRASE }} ip address {{ ip_address }} {{ mask | to_cidr }} + name {{ description }} + description {{ description }}