|
|
|
@ -73,7 +73,7 @@ expect "(config)# "
|
|
|
|
|
{%- for name, conf in switch['ports'].items() %} |
|
|
|
|
{%- if conf['mode'] == 'bond' %} |
|
|
|
|
|
|
|
|
|
{%- if not conf.get('lacp', False) %} |
|
|
|
|
{%- if not conf.get('lacp', True) %} |
|
|
|
|
send "trunk {{ conf['ports'] }} trk{{ conf['group'] }} trunk\r" |
|
|
|
|
expect "(config)# " |
|
|
|
|
|
|
|
|
|