dhcpv4: fix DHCP packet size
[project/odhcpd.git] / README
diff --git a/README b/README
index 95f59bfe8c4c20b6e890177f7f727283ec207b98..49e1c51a0711eb6dafe883a8b072d4b2c30262b3 100644 (file)
--- a/README
+++ b/README
@@ -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
@@ -132,8 +136,13 @@ ra_hoplimit                integer 0                       Current hoplimit to be advertised
                                                        in RA messages
 ra_mtu                 integer 0                       MTU to be advertised in
                                                        RA messages
+ra_dns                 bool    1                       Announce DNS configuration in
+                                                       RA messages (RFC8106)
 ndproxy_routing                bool    1                       Learn routes from NDP
 ndproxy_slave          bool    0                       NDProxy external slave
+prefix_filter          string  ::/0                    Only advertise on-link prefixes within
+                       [IPv6 prefix]                   the provided IPv6 prefix; others are
+                                                       filtered out.
 
 
 Sections of type host (static leases)