From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 2/2] dhcp.cgi: Add domain-list type info in dhcp options - bug#12819 Date: Mon, 04 Apr 2022 13:49:09 +0200 Message-ID: <20220404114909.8184-2-adolf.belka@ipfire.org> In-Reply-To: <20220404114909.8184-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5960941928751509287==" List-Id: <development.lists.ipfire.org> --===============5960941928751509287== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: bug#12819 Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> --- html/cgi-bin/dhcp.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi index 0a0a21d68..125713285 100644 --- a/html/cgi-bin/dhcp.cgi +++ b/html/cgi-bin/dhcp.cgi @@ -800,6 +800,7 @@ if ($dhcpsettings{'SUBMIT'} eq $Lang::tr{'dhcp advopt hel= p'}) { print "<tr><td colspan=3D'2'><hr /></td></tr>\n"; print '<tr><td>string type</td><td>"quoted string" or 00:01:FF...</td></= tr>'; print '<tr><td>ip-address type </td><td>10.0.0.1 | www.dot.com</td></tr>= '; + print '<tr><td>domain-list type </td><td>"example.com", "eng.example.com= ", "sales.example.com"</td></tr>'; print '<tr><td>int,uint types</td><td>numbers</td></tr>'; print '<tr><td>flag type</td><td>on | off</td></tr>'; print '</table>'; --=20 2.35.1 --===============5960941928751509287==--