Patch - Multi DHCP options

From Edge Threat Management Wiki - Arista
Revision as of 18:27, 31 August 2023 by Cblaise (talk | contribs) (→‎What it is)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

What it is

For DHCP server options where the value has multiple commas separated fields like:

6,1.2.3.4,2.3.4.5,3.4.5.6

Only the first value would be added to the DHCP server.

If the value is quoted like:

156,"server=test1.net, server2=test2.net"

Then the break of the quote would cause the DHCP server not to start.

Target Version

17.0.0

How to run

curl -s -k https://downloads.untangle.com/public/patches/17.0.0/dhcp_multi_options_patch.sh.tgz | tar -xz && ./dhcp_multi_options_patch.sh