DHCPv6 destination address check
authorHans Dedecker <dedeckeh@gmail.com>
Tue, 1 Jul 2014 19:26:34 +0000 (21:26 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Tue, 1 Jul 2014 19:46:32 +0000 (21:46 +0200)
commit1bbf34a1df3e16865b3b9330b338952076bc26f9
treebb78767e3f84b2683cc20ad00e5a20eaf8eb735d
parent4267915aef64aae345972c77148b11759a172b14
DHCPv6 destination address check

As described in RFC3315 §15 any solicit, confirm, rebind or information request message is discarded if the destination address is unicast
Likewise any request (§18.2.1), renew (§18.2.3), release (§18.2.6) or decline (§18.2.7) message is discarded and the server replies with the status code use multicast.
src/dhcpv4.c
src/dhcpv6.c
src/dhcpv6.h
src/ndp.c
src/odhcpd.c
src/odhcpd.h
src/router.c