Release notes:
https://github.com/FRRouting/frr/releases/tag/frr-10.0
Breaking changes relevant for NixOS:
- bgpd: Enable enforce-first-as by default for BGP -> may disable for RR
Some Notable changes:
- BGP RPKI VRF support
- Introduce local host routes
Notable fixes:
- Fix crash in OSPF TE parsing
Signed-off-by: Markus Theil <theil.markus@gmail.com>
protobufc is also needed as nativeBuildInput in order for
cross compilation to work. Tested for aarch64.
Signed-off-by: Markus Theil <theil.markus@gmail.com>
frr series 9 adds first and foremost:
- mgmtd: YANG-based daemon for frr configuration
- reduced memory footprint
See: https://frrouting.org/release/9.0/
Furthermore 9.0.1 contains important bug fixes, e.g. for
CVE-2023-38802.
See: https://frrouting.org/release/9.0.1/
Signed-off-by: Markus Theil <theil.markus@gmail.com>
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.