Skip to content

Commit

Permalink
Merge pull request #73 from openNDS/v4.0.00
Browse files Browse the repository at this point in the history
V4.0.00
  • Loading branch information
bluewavenet authored May 24, 2024
2 parents 90a4a43 + 0061a3e commit c375116
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
mesh11sd (4.0.0)
* Fix - README.md formatting [bluewavenet]
* Add - documentation updates [bluewavenet]
* Fix - use tab indentation [bluewavenet]
* Fix - missing 'then' clause [qosmio]
* Add - new options in config file and list in same order as in mesh11sd script [bluewavenet]
* Add - option mesh_leechmode_enable and deprecate mesh_gate_only [bluewavenet]
* Add - options mesh path stabilsation and channel_tracking_checkinterval [bluewavenet]
* Add - enable only one mesh interface when multiple are available in the band [bluewavenet]
* Fix - Another json syntax error in mesh11sd status output [bluewavenet]
* Fix - output valid json for `status` option [qosmio]
* Fix - nft syntax error if iifname starts wit a numeric [dwardor]
* Fix - ignore mesh_rssi_threshold in mesh11sd config if auto_config=0 [bluewavenet]
* Fix - parsing of gateway ip [bluewavenet]
* Add - numerous fixups for watchdog and leech peer [bluewavenet]
* Add - watchdog nonvolatile log [bluewavenet]
* Add - portal_detect_threshold option, a connectivity watchdog [bluewavenet]
* Add - check ipv4 connection to portal is up [bluewavenet]
* Add - option mesh_gate_only and cli for dynamically setting [bluewavenet]
* Add - option mesh_gate_only, brings up node as gate only [bluewavenet]
* Add - function probe_interface_mac for future enhancements [bluewavenet]
* Add - network restart on mesh11sd startup to get to known state [bluewavenet]
* Fix - ensure ap interfaces have unique mac addresses before attempting to bring them up [bluewavenet]
* Fix - speed up node list build for connect and copy functions [bluewavenet]
* Fix - refactor kernel v6 mac fixup and make compatible with kernel v5 [bluewavenet]
* Add - enable mac address fixups for kernel 6+ [bluewavenet]
* Add - options to set gate encryption type and key [bluewavenet]
* Fix - put all temp files in one place [bluewavenet]
* Fix - dhcp4_renew to use proper interface name [bluewavenet]
* Add - get kernel version [bluewavenet]
* Fix - remove development code and fix debug message level for nftables ruleset [bluewavenet]
* Add - check dns forwarding server is set on peer node [bluewavenet]
* Add - Refactor portal_detect enabling rapid changover between portal and peer mode [bluewavenet]
* Add - portal_detect - 2, force peer mode [bluewavenet]
* Add - set auto_config default = 0 [bluewavenet]
* Fix - generate error if mesh interface is unnamed [bluewavenet]
* Fix - portal detection of pppoe, and other protocols [bluewavenet]
* Add - descriptive comment about mesh interface mac address [bluewavenet]
* Fix - Leave bridge interface mac addresses as default [bluewavenet]
* Fix - remove redundant debug message [bluewavenet]
* Fix - required changes for kernel 6+ [bluewavenet]

-- Rob White <dot@blue-wave.net> Fri, 24 May 2024 16:00:32 +0000

mesh11sd (3.1.1)
* Fix - use portal detect only if auto_config is enabled [bluewavenet]
* Add - check_if_peer making peer identification more reliable [bluewavenet]
Expand Down
2 changes: 1 addition & 1 deletion src/mesh11sd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# mesh11sd daemon
#
version="4.0.0beta"
version="4.0.0"
fixup1=0
ip4pingfailcount=0
network_restart=0
Expand Down

0 comments on commit c375116

Please sign in to comment.