diff options
author | Matija Amidzic <matija.amidzic@sartura.hr> | 2018-12-21 15:58:47 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-01-15 11:33:43 +0100 |
commit | 7abbed4fba6c9b75ec5331291eb7dc787f99a977 (patch) | |
tree | 16f27e93fe6e49c7b99e60eed26d588465ec2f87 /README | |
parent | dd1aefd24fa2b23a3f54a327636e06a782248b66 (diff) |
dhcpv6: add setting to choose IA_NA, IA_PD or both
Adds the config options to set if DHCPv6 'stateful addresing' hands out
IA_NA (Internet Address - Network Address), IA_PD (Internet Address -
Prefix Delegation), both or none.
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ 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_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 - + Internet Address - Prefix Delegation router list <local address> Routers to announce accepts IPv4 only dns list <local address> DNS servers to announce |