Skip to content

Commit 612ef6e

Browse files
committed
doc: update ChangeLog with OSPF, BFD, and CLI changes
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 1011859 commit 612ef6e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/ChangeLog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ All notable changes to the project are documented in this file.
99
### Changes
1010

1111
- Upgrade Linux kernel to 6.12.57 (LTS)
12+
- Major improvements to OSPF and BFD operational data and CLI commands:
13+
- CLI commands now use data from the operational datastore instead of
14+
calling vtysh directly, providing better integration and consistency
15+
- New `show ip ospf` command family (neighbor, interface, route) to align
16+
with industry standard CLI conventions. Legacy `show ospf` commands are
17+
deprecated but still work with warnings
18+
- The `show ip ospf database` subcommand has been dropped for now, the
19+
advanced user can still use `vtysh` from Bash if necessary, issue #1253
20+
- Extended BFD commands: `show bfd` (status), `show bfd peers` (detailed),
21+
`show bfd peers brief` (table format), and `show bfd peer <address>`
22+
- All command names now use singular form (interface, route, neighbor)
23+
matching Cisco/FRR conventions, as well as configure context naming
24+
- New support for configuring OSPF interface priority for DR/BDR election
1225
- The DHCP client configuration has moved from `/infix-dhcp-client:dhcp-client`
1326
to `/interfaces/interface[name]/ipv4/infix-dhcp-client:dhcp`, issue #1109.
1427
The configuration is automatically migrated on upgrade. The DHCP client is
@@ -28,6 +41,9 @@ All notable changes to the project are documented in this file.
2841
### Fixes
2942

3043
- Fix #855: User admin sometimes fails to be added to `wheel` group
44+
- Fix #1247: Prevent invalid configuration of OSPF backbone area (0.0.0.0) as
45+
stub or NSSA. The backbone must always be a normal area per RFC 2328. Any
46+
existing invalid configurations are automatically corrected during upgrade
3147
- Fix serious regression in boot time, introduced in v25.10, delays the
3248
boot step "Mounting filesystems ..." with up to 30 seconds!
3349

0 commit comments

Comments
 (0)