@@ -4,10 +4,14 @@ Change Log
4
4
All notable changes to the project are documented in this file.
5
5
6
6
7
- [ v24.11.1] [ UNRELEASED ]
7
+ [ v24.11.1] [ ] - 2024-11-29
8
8
-------------------------
9
9
10
10
### Changes
11
+
12
+ - Upgrade Frr to 9.1.2, fixes an OSPF issue where * Zebra* lost netlink
13
+ messages and drifted out of sync with the kernel's view of addresses
14
+ and interfaces available in the system
11
15
- Allow setting IP address directly on VLAN filtering bridges. This
12
16
only works when the bridge is an untagged member of a (single) VLAN.
13
17
- cli: usability -- showing log files now automatically jump to the end
@@ -33,6 +37,12 @@ All notable changes to the project are documented in this file.
33
37
in the same flow as during normal runtime operation (start/upgrade)
34
38
- Fix start of containers with ` manual=True ` option should now work
35
39
again, regression in v24.11.0
40
+ - Fix loss of writable volumes when temporarily disabling a container
41
+ in the configuration, now the container remains dormant with all its
42
+ volumes still available
43
+ - Fix presentation bug in CLI ` show interfaces ` where all line-drawing
44
+ characters showed up as hexadecimal values. Regression in v24.11.0
45
+ - Fix missing log messages from Frr Zebra daemon
36
46
- Stop the zeroconf (IPv4LL) agent, ` avahi-autoipd ` , when removing an
37
47
interface, e.g., ` br0 `
38
48
- Creating more than one container trigger restarts of previously set
@@ -1400,6 +1410,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer:
1400
1410
1401
1411
[ buildroot ] : https://buildroot.org/
1402
1412
[ UNRELEASED ] : https://github.com/kernelkit/infix/compare/v24.11.0...HEAD
1413
+ [ v24.11.1 ] : https://github.com/kernelkit/infix/compare/v24.11.0...v24.11.1
1403
1414
[ v24.11.0 ] : https://github.com/kernelkit/infix/compare/v24.10.0...v24.11.0
1404
1415
[ v24.10.2 ] : https://github.com/kernelkit/infix/compare/v24.10.1...v24.10.2
1405
1416
[ v24.10.1 ] : https://github.com/kernelkit/infix/compare/v24.10.0...v24.10.1
0 commit comments