fix switches

This commit is contained in:
Astro 2016-11-26 03:02:27 +01:00
parent 89be4dae61
commit 1100432b95
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ expect "(config)# "
{%- endif %}
{%- if conf['nostp'] %}
{%- if conf.get('nostp') %}
send "spanning-tree {{ conf['ports'] }} bpdu-filter\r"
expect "(config)# "
{%- endif %}