summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-07-14 22:46:55 +0200
committerHans Dedecker <dedeckeh@gmail.com>2021-08-14 21:11:30 +0200
commit16667699228101fda936068e3d11c0cf19270e34 (patch)
tree48cf08135c5286bb45c8c5f3606b92208f811fdc /README
parentbc9d317f2921ae6b529f2c9f8de79b75992e206f (diff)
dhcpv6-ia: allow up to 64 bit wide hostid
Add dhcpv6_hostid_len config option which controls the number of bits in the host identifier of dynamically assigned IPv6 addresses. The default is 12 bits which is also the minimum. The maximum is the whole interface identifier, i.e. 64 bits. Allow up to 64 bit wide hostid in static leases. Fixes #84 and #27. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index bd63b0e..6c79b95 100644
--- a/README
+++ b/README
@@ -95,6 +95,8 @@ dhcpv6_assignall bool 1 Assign all viable DHCPv6 addresses
in statefull mode; if disabled
only the DHCPv6 address having the
longest preferred lifetime is assigned
+dhcpv6_hostidlength integer 12 Host ID length of dynamically created leases,
+ allowed values: 12 - 64 (bits).
dhcpv6_na bool 1 DHCPv6 stateful addressing hands out IA_NA -
Internet Address - Network Address
dhcpv6_pd bool 1 DHCPv6 stateful addressing hands out IA_PD -