mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-mod-network: Add force send of DHCP options (for dnsmasq) to interfaces
Closes #8031 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -733,6 +733,9 @@ return view.extend({
|
||||
if (L.hasSystemFeature('dnsmasq')) {
|
||||
ss.taboption('general', form.DynamicList, 'dhcp_option', _('DHCP-Options'),
|
||||
_('Define additional DHCP options, for example "<code>6,192.168.2.1,192.168.2.2</code>" which advertises different DNS servers to clients (dnsmasq only).'));
|
||||
|
||||
ss.taboption('general', form.DynamicList, 'dhcp_option_force', _('Force DHCP-Options'),
|
||||
_('As DHCP-Options; send unsolicited (dnsmasq only).'));
|
||||
}
|
||||
|
||||
if (L.hasSystemFeature('odhcpd', 'dhcpv4')) {
|
||||
|
||||
Reference in New Issue
Block a user