Update Keenetic TTP template

- Modified the `description` field in the Keenetic TTP template to strip surrounding quotes.
This commit is contained in:
IluaAir
2026-02-25 13:47:06 +03:00
parent ac835d6b56
commit c9d171e2fa

View File

@@ -17,7 +17,7 @@ default_interfaces = {}
<group name="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('"') }}