From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] dhcp.cgi: Add domain-list type info in dhcp options - bug#12819 Date: Mon, 04 Apr 2022 17:10:55 +0100 Message-ID: In-Reply-To: <20220404114909.8184-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3655111157731683317==" List-Id: --===============3655111157731683317== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 4 Apr 2022, at 12:49, Adolf Belka wrote: >=20 > Fixes: bug#12819 > Signed-off-by: Adolf Belka > --- > html/cgi-bin/dhcp.cgi | 1 + > 1 file changed, 1 insertion(+) >=20 > 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 h= elp'}) { > print "
\n"; > print 'string type"quoted string" or 00:01:FF...<= /tr>'; > print 'ip-address type 10.0.0.1 | www.dot.com'; > + print 'domain-list type "example.com", "eng.example.c= om", "sales.example.com"'; > print 'int,uint typesnumbers'; > print 'flag typeon | off'; > print ''; > --=20 > 2.35.1 >=20 --===============3655111157731683317==--