diff options
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 |