diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-06-25 21:31:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 07:31:58 -0400 |
commit | 47c10256b19294ddacef40f48ad8055ac2c997f0 (patch) | |
tree | cfc57f3ac77fced2e9ad748fab1d7cc56f28a254 /changelogs/fragments/bgp_global.yaml | |
parent | 9ebafb2968e4ea4b254ac577f2245b5b2aa75e77 (diff) | |
download | vyos.vyos-6.0.0.tar.gz vyos.vyos-6.0.0.zip |
Release 6.0.0 (#425)6.0.0
Diffstat (limited to 'changelogs/fragments/bgp_global.yaml')
-rw-r--r-- | changelogs/fragments/bgp_global.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/changelogs/fragments/bgp_global.yaml b/changelogs/fragments/bgp_global.yaml deleted file mode 100644 index 1a1ab310..00000000 --- a/changelogs/fragments/bgp_global.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -major_changes: - - vyos bgp modules - Many configuration attributes moved from `bgp_global` to `bgp_address_family` module (see documentation). - - vyos_bgp_global - Aligned with version 1.3+ configuration - aggregate_address, maximum_paths, network, and redistribute - Removed to `bgp_address_family` module. -minor_changes: - - vyos_bgp_global - Added support for `solo` neighbor attribute -breaking_changes: - - vyos_bgp_global - Support for 1.3+ VyOS only - -deprecated_features: - - vyos_bgp_global - no_ipv4_unicast - deprecated for use with VyOS 1.4+, use `ipv4_unicast` instead - -trivial: - - vyos_bgp_global - Fixed tests for 1.4+ bgp_global - - vyos_bgp_global - updated documentation |