dhcpv6-ia: don't always send reconf accept option (FS#1377)
[project/odhcpd.git] / README
diff --git a/README b/README
index 1bcc087..0c562e6 100644 (file)
--- a/README
+++ b/README
@@ -90,6 +90,14 @@ ndp                  string  disabled                Neighbor Discovery Proxy
 
 dynamicdhcp            bool    1                       Dynamically create leases
                                                        for DHCPv4 and DHCPv6
+dhcpv4_forcereconf     bool    0                       Force reconfiguration by sending
+                                                       force renew message even if the client
+                                                       did not include the force renew nonce
+                                                       capability option (RFC6704)
+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
 router                 list    <local address>         Routers to announce
                                                        accepts IPv4 only
 dns                    list    <local address>         DNS servers to announce
@@ -118,12 +126,17 @@ ra_useleasetime           bool    0                       Use configured leasetime as
                                                        valid lifetime of a prefix
 ra_reachabletime       integer 0                       Reachable Time in milliseconds to be
                                                        advertised in RA messages
+ra_retranstime         integer 0                       Retransmit Time in milliseconds to be
+                                                       advertised in RA messages
 ra_hoplimit            integer 0                       Current hoplimit to be advertised
                                                        in RA messages
 ra_mtu                 integer 0                       MTU to be advertised in
                                                        RA messages
 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)