blob: 606016817d41d70d67b399706db667b9447fd9e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
breaking_changes:
- lldp_global - if "address" is available, merge will cause it to be added, in contrast to
the previous behavior where it was replaced. When used in replace mode, it
will remove any existing addresses and replace them with the new one.
- vyos_lldp_global - civic_address is no longer a valid key (removed prior to 1.3)
deprecated_features:
- vyos_lldp_global - `address` is deprecated, use `addresses` instead. To be removed in 7.0.0.
minor_changes:
- vyos_lldp_global - address is now addresses, with appropriate coercion for existing address keys
|