diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-07-06 09:41:10 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-09-13 15:34:22 +0200 |
commit | 028ab85da8ef40af43aeb48129ffa32c98503336 (patch) | |
tree | e11ae9a7210e1fb0a1c37763668b5810fbfa6cb4 /README | |
parent | a827fcad451996f1a7043b479d8c6162174b2038 (diff) |
dhcpv4: force renew nonce authentication support
Support force renew nonce authentication support in the DHCPv4 server as
described in RFC3203 and RFC6704.
The interface uci arameter dhcpv4_forcereconf allows to supports DHCPv4
clients which support force renew without authentication.
While at it align network byte order logic for simplicity.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -90,6 +90,10 @@ 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 |