]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - doc/language_issues.es
Fix for bug 10743
authorAdolf Belka <ahb.ipfire@gmail.com>
Wed, 16 Dec 2020 12:33:22 +0000 (13:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Dec 2020 16:48:01 +0000 (16:48 +0000)
commit9dbf3c4936395bebc5db124382209b8cd3fcb241
tree487350b40fef419e64cdfbce8a1e90985a859a9c
parentfef289cef78c9041615eda22180b56294b6354e2
Fix for bug 10743

This adds in the option to have "deny known clients" in dhcpd.conf
This is applied to the range command so applies to the dynamic addresses
given.
If you have just a range statement say in blue then if you are not using
vlans you could have the situation where a known host in green might end
up getting a lease from the blue range. Here a deny known-clients makes
sense. Your range in this case would be limited to only unknown clients if
deny known-clients was selected.
dhcp WUI has been modified to add in this command. Error message has been
added to check that a range has been specified if the deny unknown clients
checkbox has been selected.
Language files updated with additional items (English, German & Dutch).

For more information on the history of this please see the bugzilla entry
Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
12 files changed:
doc/language_issues.en
doc/language_issues.es
doc/language_issues.fr
doc/language_issues.it
doc/language_issues.pl
doc/language_issues.ru
doc/language_issues.tr
doc/language_missings
html/cgi-bin/dhcp.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl
langs/nl/cgi-bin/nl.pl