summaryrefslogtreecommitdiff
path: root/changelogs/fragments/bgp_address_family.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/bgp_address_family.yaml')
-rw-r--r--changelogs/fragments/bgp_address_family.yaml19
1 files changed, 11 insertions, 8 deletions
diff --git a/changelogs/fragments/bgp_address_family.yaml b/changelogs/fragments/bgp_address_family.yaml
index 266c3d81..606bc4bc 100644
--- a/changelogs/fragments/bgp_address_family.yaml
+++ b/changelogs/fragments/bgp_address_family.yaml
@@ -1,12 +1,15 @@
---
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
+ - vyos_bgp_address_family - 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 `vyos_bgp_global`
+ to `vyos_bgp_address_family` module.
+ - bgp modules - Added support for 1.4+ "system-as". 1.3 embedded as_number is still supported
+breaking_changes:
+ - vyos_bgp_address_family - 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
+ - vyos_bgp_address_family - Redistribute, network stanza - added support for modifiers (metric, backdoor etc as per T6829)
+
+trivial:
+ - vyos_bgp_address_family - Fixed tests for 1.4+ bgp_address_family
+ - vyos_bgp_address_family - updated documentation