From d75becb8e46d764552b0df605ef9192592ae2633 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Fri, 7 Feb 2025 14:11:19 -0500 Subject: T7011: fix: lldp global integration (#385) * T7011: fix: lldp global integration * T7011: Fix lldp interfaces integration --- changelogs/fragments/T7011-lldp-integration-tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelogs/fragments/T7011-lldp-integration-tests.yaml (limited to 'changelogs') 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 -- cgit v1.2.3