diff options
author | CaptTrews <capttrews@gmail.com> | 2019-12-04 00:26:13 +0000 |
---|---|---|
committer | CaptTrews <capttrews@gmail.com> | 2019-12-04 00:26:13 +0000 |
commit | f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba (patch) | |
tree | 133958d96ff13a3df7bae53742d138ac9bfd2884 /tests/integration/targets/vyos_lldp_global/vars/main.yaml | |
parent | df640eaacf60e82e6cf6f8b10236894eef1cc8ce (diff) | |
download | vyos.vyos-f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba.tar.gz vyos.vyos-f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba.zip |
Updated from network content collector
Signed-off-by: CaptTrews <capttrews@gmail.com>
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'" |