Update Keenetic TTP template
- Modified the `description` field in the Keenetic TTP template to strip surrounding quotes.
This commit is contained in:
@@ -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('"') }}
|
||||
|
||||
Reference in New Issue
Block a user