@@ -4,9 +4,19 @@ Change Log
4
4
All notable changes to the project are documented in this file.
5
5
6
6
7
- [ v24.09.0] [ UNRELEASED ]
7
+ [ v24.09.0] [ ] - 2024-09-27
8
8
-------------------------
9
9
10
+ ** News:** this release enhances the integration of all types of static
11
+ routes with FRRouting ([ Frr] [ ] ), including all routes that can be set by
12
+ DHCP and IPvLL (ZeroConf) clients. Due to this fundamental change, the
13
+ system routing table is now primarily read from Frr, which increases the
14
+ amount of relevant routing information available to the user. E.g., in
15
+ the CLI exec command ` show ip route ` and ` show ipv6 route ` . Support for
16
+ adjusting the administrative distance of all types of static routes has
17
+ also been added to facilitate site specific adaptations. Please see the
18
+ documentation for details.
19
+
10
20
### Changes
11
21
- Upgrade Buildroot to 2024.02.6 (LTS)
12
22
- Upgrade Linux kernel to 6.6.52 (LTS)
@@ -65,6 +75,8 @@ All notable changes to the project are documented in this file.
65
75
is now 1 minute, just like operations via other front-ends (NETCONF
66
76
and RESTCONF). This was previously (incorrectly) set to 10 seconds.
67
77
78
+ [ Frr ] : https://frrouting.org/
79
+
68
80
69
81
[ v24.08.0] [ ] - 2024-08-30
70
82
-------------------------
0 commit comments