@@ -3,6 +3,7 @@ Change Log
33
44All notable changes to the project are documented in this file.
55
6+
67[ v24.12.0] [ UNRELEASED ]
78-------------------------
89
@@ -16,20 +17,27 @@ All notable changes to the project are documented in this file.
1617 - Upgrade Buildroot to 2024.02.10 (LTS)
1718 - Add the possibility to change the boot order for the system with a
1819 RPC and add boot order to operational datastore.
20+ - Add documentation on management via SSH, Web (RESTCONF, Web
21+ Console), and Console Port, issue #787
1922 - SSH Server is now configurable, issue #441
2023 SSH Server and NETCONF Server now uses the same SSH hostkey in factory-config
2124 - Support for GRE/GRETAP tunnels
2225 - Support for STP/RSTP on bridges
2326 - Support for VXLAN tunnels
24- - Add documentation on management via SSH, Web (RESTCONF, Web
25- Console), and Console Port, issue #787
27+ - Add support for a basic DHCPv4 server, multiple subnets with static
28+ hosts and support for setting DHCP options on global, subnet, or host
29+ level. Contributed by [ MINEx Networks] ( https://minexn.com/ )
30+ - DHCP client options aligned with DHCP server, startup-config files
31+ with old syntax are automatically migrated
2632
2733### Fixes
2834
2935 - Fix #861 : Fix error when running 251+ reconfigurations in test-mode
36+ - Fix #899 : DHCP client with client-id does not work
3037 - Minor cleanup of Networking Guide
3138 - Fix memory leaks in confd
3239
40+
3341[ v24.11.1] [ ] - 2024-11-29
3442-------------------------
3543
@@ -78,6 +86,7 @@ All notable changes to the project are documented in this file.
7886 forwarded, when the underlying ports are simultaneously attached to
7987 a VLAN filtering bridge.
8088
89+
8190[ v24.11.0] [ ] - 2024-11-20
8291-------------------------
8392
0 commit comments