Fix not equals sign
parent
c6cab802be
commit
ddf018c4f9
|
|
@ -117,7 +117,7 @@ chassis {
|
|||
}
|
||||
}
|
||||
{% endif %}
|
||||
{% if interface.mode <> '' %}
|
||||
{% if interface.mode != '' %}
|
||||
unit 0 {
|
||||
family ethernet-switching {
|
||||
{% if interface.mode=='ACCESS' %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue