From afb4151be7df068585f2b0f4f6735a72807c221b Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 5 Feb 2025 18:10:15 +0000 Subject: [PATCH] Edit CHANGELOG --- CHANGELOG | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7e35352..d5536c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -149,5 +149,55 @@ fixed: cleanup -> remove the oldest topologies not the newest INCOMPATIBLE: removed: CUSTOM_LAYERS refactoring constants +2024-12-30: added support for lldp device id/name and cdp name from global device data to map L2 neighbour to CMK host +2025-01-01: added support for filter by host label/tag + INCOMPATIBLE: + cli options: + changed: + "--case" to "--l2-case" + "--display-l2-neighbours" to "--l2-display-neighbours" + "--include-l3-hosts" to "--l3-include-hosts" + "--include-l3-loopback" to "--l3-include-loopback" + "--keep" to "--keep-max-topologies" + "--min-age" to "--min-topology-age" + "--prefix" to "--l2-prefix" + "--remove-domain" to "--l2-remove-domain" + "--skip-l3-cidr-0" to "--l3-skip-cidr-0" + "--skip-l3-cidr-32-128" to "--l3-skip-cidr-32-128" + "--skip-l3-if" to "--l3-skip-if" + "--skip-l3-ip" to "--l3-skip-ip" + "--skip-l3-public" to "--l3-skip-public" + "--check-user-data-only" ot "--check-config" + "-u"/"--user-data-file" to "-c"/"-config" + removed "-p" use "--l2-prefix" instead + TOML file: + changed: + "L2_HOST_MAP" to "L2_NEIGHBOUR_TO_HOST_MAP" + "L3_REPLACE" to "L3_REPLACE_NETWORKS" + "case" to "l2_case" + "display_l2_neighbours" to "l2_display_neighbours" + "include_l3_hosts" to "l3_include_hosts" + "include_l3_loopback" to "l3_include_loopback" + "keep" to "keep_max_topologies" + "min-age" to "min_topology_age" + "prefix" to "l2_prefix" + "remove_domain" to "l2_remove_domain" + "skip_l3_cidr_0" to "l3_skip_cidr_0" + "skip_l3_cidr_32_128" to "l3_skip_cidr_32_128" + "skip_l3_if" to "l3_skip_if" + "skip_l3_ip" to "l3_skip_ip" + "skip_l3_public" to "l3_skip_public" +2025-01-05: added "AUTO" to --l2-case parameters + INCOMPATIBLE: changed --l2-remove-domain from bool to "OFF" | "ON" | "AUTO" + added support for filter by folder +2024-01-06: added option "--l2-skip-external" +2024-01-07: added option "INSENSITIVE" to --l2-case +2025-01-11: INCOMPATIBLE: changed "--adjust-toml" -> "--update-config" +2025-01-18: INCOMPATIBLE: changed "CUSTOMERS = []" -> "FILTER_BY_CUSTOMER = []" + "SITES = []" -> "FILTER_BY_SITE = []" +2025-01-21: added support for Post requests (Werk #17003) + fixed REST API query for interface services +2025-01-24: added option --l2-display-ports, --l3-display-devices +2025-01-05: added option "OFF" to --l2-case \ No newline at end of file -- GitLab