summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/bgp_address_family.yaml12
-rw-r--r--changelogs/fragments/bgp_global.yaml10
2 files changed, 22 insertions, 0 deletions
diff --git a/changelogs/fragments/bgp_address_family.yaml b/changelogs/fragments/bgp_address_family.yaml
new file mode 100644
index 00000000..266c3d81
--- /dev/null
+++ b/changelogs/fragments/bgp_address_family.yaml
@@ -0,0 +1,12 @@
+---
+major_changes:
+ - Aligned with version 1.3+ configuration - aggregate_address, maximum_paths, network, and redistribute
+ moved from `bgp_global` module. These are now Address-family specific.
+ - Many neighbor attributes also moved from `bgp_global` to `bgp_address_family` module.
+ - Redistribute, network stanza - added support for modifiers (metric, backdoor etc as per T6829)
+ - Support for 1.3+ VyOS only
+
+minor_changes:
+ - as_number - Added support for 1.4+ "system-as. 1.3 embedded as_number is still supported"
+ - fix tests for 1.4+ bgp_address_family
+ - updated documentation
diff --git a/changelogs/fragments/bgp_global.yaml b/changelogs/fragments/bgp_global.yaml
new file mode 100644
index 00000000..e528ab39
--- /dev/null
+++ b/changelogs/fragments/bgp_global.yaml
@@ -0,0 +1,10 @@
+---
+minor_changes:
+ - Added support for `solo` neighbor attribute
+ - as_number - Added support for 1.4+ "system-as. 1.3 embedded as_number is still supported"
+ - Fixed tests for 1.4+ bgp_global
+ - updated documentation
+ - Aligned with version 1.3+ configuration - aggregate_address, maximum_paths, network, and redistribute
+ Removed to `bgp_address_family` module.
+ - Many configuration attributes moved from `bgp_global` to `bgp_address_family` module.
+ - Support for 1.3+ VyOS only