From 358852aa4fc38486ab433f94ac2e9f0b66dc84bf Mon Sep 17 00:00:00 2001 From: jovatn <122900029+jovatn@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:32:57 +0200 Subject: [PATCH] Doc fixes in ChangeLog v24.10.0 related to OSPF Updating existing formulations for changes and fixes for OSPF. [skip ci] --- doc/ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 9f691bb1..be5e2a52 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -15,7 +15,7 @@ addresses for interfaces! For details, see below issue #680. priority (not vice versa). - Update CONTRIBUTING.md for scaling core team and helping external contributors understand the development process, issue #672 -- OSPF: Add limitation to only allow one interface per area +- OSPF: Add limitation to allow an interface to be in one area only - Add support for "dummy" interfaces, mostly useful for testing - Add support for container hostname format specifiers, just like it already works for the host's hostname setting @@ -50,7 +50,7 @@ addresses for interfaces! For details, see below issue #680. - Fix #708: allow all container networks to set interface name inside container, not just auto-generated veth-pair ends for `docker0` bridge - Fix BFD in OSPF, previously you could not enable BFD on a single - interface without it was enabled on all interfaces + interface without enabling it on all interfaces [v24.09.0][] - 2024-09-30