From 31016a38e6aa10ac0d4c7e42d16990be3382ba3d Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 4 Apr 2022 13:49:09 +0200 Subject: [PATCH] dhcp.cgi: Add domain-list type info in dhcp options - bug#12819 Fixes: bug#12819 Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- 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 0a0a21d68c..1257132857 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 help'}) { print "
\n"; print 'string type"quoted string" or 00:01:FF...'; print 'ip-address type 10.0.0.1 | www.dot.com'; + print 'domain-list type "example.com", "eng.example.com", "sales.example.com"'; print 'int,uint typesnumbers'; print 'flag typeon | off'; print ''; -- 2.39.5