switches/3com-4200G: try resetting link-aggregation groups before setting them

This commit is contained in:
Astro 2016-12-13 01:14:57 +01:00
parent 1a7ad28907
commit 3d0f354a91
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ send "undo lacp enable\r"
{%- endif %}
expect "]"
{%- if conf['mode'] == 'bond' %}
send "port link-aggregation group {{ group }}\r"
send "undo port link-aggregation group\rport link-aggregation group {{ group }}\r"
{%- else %}
send "undo port link-aggregation group\r"
{%- endif %}