From d9fa4d989815c6807313a382ddfa0a83a9db059e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 24 Sep 2024 11:37:44 +0200 Subject: [PATCH] doc: update ChangeLog with info on route installation overhaul Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 4c5351fd..83a1e48e 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -40,24 +40,32 @@ All notable changes to the project are documented in this file. - Fix #613: CLI regression in tab completion of container commands, e.g., `container shell `. Regression introduced in v24.08.0 - Fix #616: Silent failure when selecting bash as login shell for - non-admin user, this silent lock has been removed. + non-admin user, this silent lock has been removed - Fix #618: CLI command `show interfaces` does not show bridges and bridge ports, regression introduced in v24.08.0 -- only affects bridges without multicast snooping - Fix #623: CLI command `container upgrade NAME` does not work, regression introduced in v24.06.0 - Fix #625: initialize sysrepo startup datastore at boot. Improves - usability when working directly against the sysrepo datastores + usability when working directly against the sysrepo datastores from + the shell with `sysrepocfg` and `sysrepoctl` tools - Fix #635: OSPF: all router neighbors reported as neighbor on every interface - Fix #638: Disabling IPv4LL (autoconf) on an interface does not clean up 169.254/16 addresses +- Fix #640: unable to set static default route due to priority inversion + from DHCP or IPv4LL (ZeroConf) clients setting their routes directly + in the kernel. This has resulted in a complete overhaul of route + management, using FRRouting for all routes, including DHCP and IPv4LL + routes, presentation in the CLI, and also support for custom route + preference for static routes. - Spellcheck path to `/var/lib/containers` when unpacking OCI archives on container upgrade - The timeout before giving up on loading the `startup-config` at boot is now 1 minute, just like operations via other front-ends (NETCONF and RESTCONF). This was previously (incorrectly) set to 10 seconds. + [v24.08.0][] - 2024-08-30 ------------------------- @@ -1123,6 +1131,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer: [buildroot]: https://buildroot.org/ [UNRELEASED]: https://github.com/kernelkit/infix/compare/v24.08.0...HEAD +[v24.09.0]: https://github.com/kernelkit/infix/compare/v24.08.0...v24.09.0 [v24.08.0]: https://github.com/kernelkit/infix/compare/v24.06.0...v24.08.0 [v24.06.0]: https://github.com/kernelkit/infix/compare/v24.04.0...v24.06.0 [v24.04.2]: https://github.com/kernelkit/infix/compare/v24.04.1...v24.04.2