Patch - Multi DHCP options: Difference between revisions
From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
(Created page with "= 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 s...") |
|||
Line 2: | Line 2: | ||
For DHCP server options where the value has multiple commas separated fields like: | 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 | 6,1.2.3.4,2.3.4.5,3.4.5.6 | ||
Line 7: | Line 8: | ||
If the value is quoted like: | If the value is quoted like: | ||
156,"server=test1.net, server2=test2.net" | 156,"server=test1.net, server2=test2.net" | ||
Latest revision as of 18:27, 31 August 2023
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