openwrt/package/network/services/dnsmasq/files
Kevin Darbyshire-Bryant e815036460 dnsmasq: support hostid ipv6 address suffix option
Add support for hostid dhcp config entry to dnsmasq. This allows
specification of dhcpv6 hostid suffix and works in the same way as
odhcpd.

Entries in auto generated dnsmasq.conf should conform to:

dhcp-host=mm:mm:mm:mm:mm:mm,IPv4addr,[::V6su:ffix],hostname

example based on sample config/dhcp entry:

config host
        option name 'Kermit'
        option mac 'E0:3F:49:A1:D4:AA'
        option ip '192.168.235.4'
        option hostid '4'

dhcp-host=E0:3F:49:A1:D4:AA,192.168.235.4,[::0:4],Kermit

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2016-06-10 18:16:47 +02:00
..
dhcp.conf dnsmasq: fix config file typo 2015-06-08 04:48:08 +00:00
dnsmasq.conf packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
dnsmasq.hotplug dnsmasq: rework init procedure 2013-12-21 13:31:28 +00:00
dnsmasq.init dnsmasq: support hostid ipv6 address suffix option 2016-06-10 18:16:47 +02:00
dnsmasqsec-add-conffiles.sh dnsmasq: sysupgrade hook to conditionally preserve dnsmasq.time 2016-05-19 10:28:18 +02:00