d8f9904f43
* vyos_lldp_global Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity checks Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * deprecated changes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * test cases updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * branch conflict resolved Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity check passes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
56 lines
991 B
YAML
56 lines
991 B
YAML
---
|
|
merged:
|
|
before:
|
|
address: '192.0.2.17'
|
|
enable: true
|
|
legacy_protocols:
|
|
- 'cdp'
|
|
|
|
commands:
|
|
- "set service lldp management-address '192.0.2.11'"
|
|
- "set service lldp legacy-protocols 'fdp'"
|
|
|
|
after:
|
|
address: '192.0.2.11'
|
|
enable: true
|
|
legacy_protocols:
|
|
- 'cdp'
|
|
- 'fdp'
|
|
|
|
populate:
|
|
address: '192.0.2.17'
|
|
enable: true
|
|
legacy_protocols:
|
|
- 'cdp'
|
|
|
|
replaced:
|
|
commands:
|
|
- "set service lldp legacy-protocols 'edp'"
|
|
- "set service lldp legacy-protocols 'sonmp'"
|
|
- "set service lldp management-address '192.0.2.14'"
|
|
|
|
after:
|
|
address: '192.0.2.14'
|
|
enable: true
|
|
legacy_protocols:
|
|
- 'cdp'
|
|
- 'edp'
|
|
- 'sonmp'
|
|
|
|
deleted:
|
|
commands:
|
|
- "delete service lldp management-address"
|
|
- "delete service lldp legacy-protocols"
|
|
|
|
after:
|
|
"enable": true
|
|
|
|
round_trip:
|
|
after:
|
|
address: '192.0.2.14'
|
|
enable: true
|
|
legacy_protocols:
|
|
- 'cdp'
|
|
- 'edp'
|
|
- 'fdp'
|
|
- 'sonmp'
|