switches/HP-procurve-2824: fix lacp default to off

This commit is contained in:
Astro 2021-02-08 18:41:23 +01:00
parent 8020fd7cb9
commit 55be8374e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)# "