blob: 266c3d81cb400311b5ea46986a69a2b6f4fafaca (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|