Fix not equals sign

netbox
Daniel Ankers 2024-06-28 15:24:56 +01:00
parent c6cab802be
commit ddf018c4f9
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ chassis {
} }
} }
{% endif %} {% endif %}
{% if interface.mode <> '' %} {% if interface.mode != '' %}
unit 0 { unit 0 {
family ethernet-switching { family ethernet-switching {
{% if interface.mode=='ACCESS' %} {% if interface.mode=='ACCESS' %}