diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-26 09:13:03 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-26 09:13:03 +0000 |
commit | c0e6a07849bcfd505dcc1dffcd95b2c3ba9ada1e (patch) | |
tree | 59903795280f6b14992b7c1315d059cb1e015b30 /target/linux/generic/patches-4.4/732-phy-ar8216-led-support.patch | |
parent | c3f254470a09f61fd7bd5099b2be77948c438ff5 (diff) | |
download | master-187ad058-c0e6a07849bcfd505dcc1dffcd95b2c3ba9ada1e.tar.gz master-187ad058-c0e6a07849bcfd505dcc1dffcd95b2c3ba9ada1e.tar.bz2 master-187ad058-c0e6a07849bcfd505dcc1dffcd95b2c3ba9ada1e.zip |
dnsmasq: add host-specific lease time option for static hosts
Enable setting a host-specific lease time for static hosts.
The new option is called "leasetime" and the format is similar
as for the default lease time: e.g. 12h, 3d, infinite
Default lease time is used for all hosts for which there is
no host-specific definition.
The option is added to /etc/config/dhcp for the selected hosts:
config host
option name 'Nexus'
option mac 'd8:50:66:55:59:7c'
option ip '192.168.1.245'
option leasetime '2h'
It gets appended to /var/etc/dnsmasq.conf like this:
dhcp-host=d8:50:66:55:59:7c,192.168.1.245,Nexus,2h
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.4/732-phy-ar8216-led-support.patch')
0 files changed, 0 insertions, 0 deletions