Patch - Consistent order on wifi options: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
 
Line 12: Line 12:


<code>
<code>
curl -s -k http://download.untangle.com/patches/14.0.1/sorted_hostapd_options_patch.sh | dash
curl -s -k https://downloads.untangle.com/public/patches/14.0.1/sorted_hostapd_options_patch.sh | dash
</code>
</code>

Latest revision as of 15:52, 27 November 2019

What it is

When configuring wireless options Untangle will write out the appropriate hostapd.conf file that controls the wireless services. In some cases on some hardware it seems that the behavior of hostapd.conf changes depending on the order of the options.

It is not clear how/why this matters (to us), but this patch will change the logic to sort the options so they are always written in the same order. This should make for more consistent results for hardware where this matters.

Target Version

14.0.1

How to run

curl -s -k https://downloads.untangle.com/public/patches/14.0.1/sorted_hostapd_options_patch.sh | dash