Fix not equals sign
parent
c6cab802be
commit
ddf018c4f9
|
|
@ -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' %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue