diff options
| author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-02-07 14:11:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-07 11:11:19 -0800 |
| commit | d75becb8e46d764552b0df605ef9192592ae2633 (patch) | |
| tree | 1a8d98cfd62ee956017302685d6e0d0453833764 /changelogs | |
| parent | 4b1cc399b285fbf3f2535424b444d8d3282515c5 (diff) | |
| download | vyos.vyos-d75becb8e46d764552b0df605ef9192592ae2633.tar.gz vyos.vyos-d75becb8e46d764552b0df605ef9192592ae2633.zip | |
T7011: fix: lldp global integration (#385)
* T7011: fix: lldp global integration
* T7011: Fix lldp interfaces integration
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/T7011-lldp-integration-tests.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/fragments/T7011-lldp-integration-tests.yaml b/changelogs/fragments/T7011-lldp-integration-tests.yaml new file mode 100644 index 00000000..8913866e --- /dev/null +++ b/changelogs/fragments/T7011-lldp-integration-tests.yaml @@ -0,0 +1,9 @@ +--- +breaking_changes: + - 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. + - civic_address is no longer a valid key (removed prior to 1.3) + +minor_changes: + - lldp_global address is now addresses, with appropriate coercion |
