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 %}
{% if interface.mode <> '' %}
{% if interface.mode != '' %}
unit 0 {
family ethernet-switching {
{% if interface.mode=='ACCESS' %}