dhcpv4: force renew nonce authentication support
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 6 Jul 2017 07:41:10 +0000 (09:41 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Wed, 13 Sep 2017 13:34:22 +0000 (15:34 +0200)
commit028ab85da8ef40af43aeb48129ffa32c98503336
treee11ae9a7210e1fb0a1c37763668b5810fbfa6cb4
parenta827fcad451996f1a7043b479d8c6162174b2038
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>
README
src/config.c
src/dhcpv4.c
src/dhcpv4.h
src/dhcpv6-ia.c
src/ndp.c
src/odhcpd.c
src/odhcpd.h
src/ubus.c