From c9d171e2fae1dc0bdcdceced6387fb356e244d0f Mon Sep 17 00:00:00 2001 From: IluaAir Date: Wed, 25 Feb 2026 13:47:06 +0300 Subject: [PATCH] Update Keenetic TTP template - Modified the `description` field in the Keenetic TTP template to strip surrounding quotes. --- oxi/interfaces/models/templates/keenetic.ttp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxi/interfaces/models/templates/keenetic.ttp b/oxi/interfaces/models/templates/keenetic.ttp index 6f9dfc7..85eb929 100644 --- a/oxi/interfaces/models/templates/keenetic.ttp +++ b/oxi/interfaces/models/templates/keenetic.ttp @@ -17,7 +17,7 @@ default_interfaces = {} interface {{ name | _start_ | exclude("Vlan") }} rename {{ rename }} - description {{ description | ORPHRASE }} + description {{ description | ORPHRASE | strip('"') }} ip address {{ ip_address }} {{ netmask }} {{ shutdown | re("up") | replace("up","False") | strip('"') }} {{ shutdown | re("down") | replace("down","True") | strip('"') }}