]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - html/cgi-bin/dhcp.cgi
dhcp.cgi: Fixes bug#11774 - allows dhcp option of array of integer 8
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 24 Feb 2024 14:51:14 +0000 (15:51 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Feb 2024 16:29:27 +0000 (16:29 +0000)
commit60a050768f1e3e4dd79c1696e249d426cdb9eab7
treef7b93ec7e6a5862e0c3329fb7bf5bbc29baf165b
parentbf93033801e5c7a1e6de05a073321e909f43a388
dhcp.cgi: Fixes bug#11774 - allows dhcp option of array of integer 8

- This v2 version is to correct the bug number. I entered a wronn bug number in the first
   version
- This extends the allowed options from just array of ip-address to also include
   integer 8 or integer 16 or integer 32.
- Tested out on vm testbed. The array of integer 8 (or 16 or 32) is acceptewd by the dhcp
   options section. I am not able to test out that the function actually works as I don't
   have any dhcp situation set up to use that capability.
- Records or array of records is still not included. It was only an expansion of the array
   of section to include integers.

Fixes: bug#11774
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/dhcp.cgi