@@ -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,28 @@ 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 operational support for reading DNS resolver info, issue #510
28+ - Add support for a basic DHCPv4 server, multiple subnets with static
29+ hosts and support for setting DHCP options on global, subnet, or host
30+ level. Contributed by [ MINEx Networks] ( https://minexn.com/ )
31+ - DHCP client options aligned with DHCP server, startup-config files
32+ with old syntax are automatically migrated
2633
2734### Fixes
2835
2936 - Fix #861 : Fix error when running 251+ reconfigurations in test-mode
37+ - Fix #899 : DHCP client with client-id does not work
3038 - Minor cleanup of Networking Guide
3139 - Fix memory leaks in confd
3240
41+
3342[ v24.11.1] [ ] - 2024-11-29
3443-------------------------
3544
@@ -78,6 +87,7 @@ All notable changes to the project are documented in this file.
7887 forwarded, when the underlying ports are simultaneously attached to
7988 a VLAN filtering bridge.
8089
90+
8191[ v24.11.0] [ ] - 2024-11-20
8292-------------------------
8393
0 commit comments