blob: 1a1ab31093505592945160537e4207cd3d2ec75d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
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
|