@@ -10,21 +10,45 @@ All notable changes to the project are documented in this file.
1010
1111- Upgrade Linux kernel to 6.18.33 (LTS)
1212- Upgrade FRR to 10.5.4
13- - Add support for [ Acer Connect Vero W6m] [ AcerConnectVero ] , a COTS home router,
14- based upon the same hardware as [ Banana Pi BPI-R3] [ BPI-R3 ] , but
13+ - Add support for [ Acer Connect Vero W6m] [ AcerConnectVero ] , a low-cost COTS
14+ home router, based on the same hardware as [ Banana Pi BPI-R3] [ BPI-R3 ] , but
1515 with a Wi-Fi 6E (6 GHz band) chip.
1616- Add configurable channel-width in Wi-Fi configuration.
17+ - Upgrade ` ieee802-ethernet-interface ` YANG model to revision 2025-09-10 (IEEE
18+ Std 802.3.2-2025), adding the standard ` phy-type ` and ` pmd-type ` operational
19+ leaves. Speed is now exposed via ` ietf-interfaces:speed ` (bps, RFC 8343);
20+ the now obsolete ` eth:speed ` is no longer returned
21+ - Rework ` show interface ` summary output as layered protocol rows. When a
22+ port has link, a physical-medium row (e.g. ` 1000baseT ` , ` 10GbaseLR ` ) appears
23+ above the ` ethernet ` row. VLAN, GRE, VXLAN and WiFi interfaces likewise get
24+ one row per protocol layer, with type-specific data on each (` vid: ` ,
25+ ` remote: ` , ` vni: ` , ` station ssid: ` , etc.), issue #530
26+ - Replace ` auto-negotiation/enable=false ` + fixed ` speed ` /` duplex ` (retired in
27+ IEEE Std 802.3.2-2025) with ` auto-negotiation/advertised-pmd-types ` , a list
28+ of PMD-type identities. Listing a single PMD pins the link to that mode;
29+ multiple entries restrict the auto-negotiation set, issue #805 . Existing
30+ startup configurations are migrated automatically on upgrade
31+ - New operational ` supported-pmd-types ` leaf-list on each Ethernet interface,
32+ exposing the set of PMD types currently supported. Useful for SFP/SFP+
33+ diagnosis: an LR-only optic narrows the list to a single entry, confirming
34+ the transceiver without ` ethtool -m `
1735
1836### Fixes
1937
2038- Fix #1493 : container with a physical interface not properly removed
2139 when switching to a configuration without containers
40+ - Fix #1506 : add documentation on how to configure VLAN interfaces,
41+ including stacked (Q-in-Q) VLAN interfaces, in a dedicated ` vlan.md `
42+ - Fix long-standing typo ` auto-negotation ` in ` yanger ` , which caused
43+ the operational ` auto-negotiation/enable ` leaf to always read as
44+ ` unknown ` regardless of the actual port setting
2245- Handle unclean daemon exits better, e.g., ` dbus-daemon ` crashing and
2346 leaving a stale pidfile behind, causing it to refuse to be restarted
2447- Fix occasional blank or garbled ` [ OK ] ` lines at startup
2548- Disallow multicast MAC addresses in custom MAC address configuration
2649- Fix broken Wi-Fi 6 GHz band configuration.
2750
51+ [ BPI-R3 ] : https://docs.banana-pi.org/en/BPI-R3/BananaPi_BPI-R3
2852[ AcerConnectVero ] : ../board/aarch64/acer-connect-vero-w6m/
2953
3054[ v26.04.0] [ ] - 2026-04-30
@@ -72,7 +96,6 @@ All notable changes to the project are documented in this file.
7296- Fix [ BPI-R3] [ ] PCIe devices failing to initialize on boot due to a missing
7397 clock definition in the device tree
7498
75- [ BPI-R3 ] : https://wiki.banana-pi.org/Banana_Pi_BPI-R3
7699[ BPI-R4 ] : https://docs.banana-pi.org/en/BPI-R4/BananaPi_BPI-R4
77100[ ESPRESSObin ] : https://espressobin.net/
78101[ SAMA7G54 ] : https://www.microchip.com/en-us/development-tool/ev21h18a
@@ -176,7 +199,7 @@ All notable changes to the project are documented in this file.
176199
177200- Fix CLI ` copy ` command problem to copy to scp/sftp destinations
178201
179- [ BPI-R3-MINI ] : https://wiki .banana-pi.org/Banana_Pi_BPI -R3_Mini
202+ [ BPI-R3-MINI ] : https://docs .banana-pi.org/en/BPI-R3_Mini/BananaPi_BPI -R3_Mini
180203[ SAMA7G54-EK ] : https://www.microchip.com/en-us/development-tool/ev21h18a
181204
182205[ v26.01.0] [ ] - 2026-02-03
0 commit comments