diff options
Diffstat (limited to 'tests/integration/targets/vyos_lldp_global/vars/main.yaml')
-rw-r--r-- | tests/integration/targets/vyos_lldp_global/vars/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/targets/vyos_lldp_global/vars/main.yaml b/tests/integration/targets/vyos_lldp_global/vars/main.yaml index f091f2c..420b2b4 100644 --- a/tests/integration/targets/vyos_lldp_global/vars/main.yaml +++ b/tests/integration/targets/vyos_lldp_global/vars/main.yaml @@ -4,7 +4,7 @@ merged: address: '192.0.2.17' enable: true legacy_protocols: - - 'cdp' + - 'cdp' commands: - "set service lldp management-address '192.0.2.11'" |