Don't return a DHCPv6 reply in response to a confirm without address(es)
authorHans Dedecker <dedeckeh@gmail.com>
Wed, 16 Apr 2014 09:53:32 +0000 (11:53 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Wed, 23 Apr 2014 07:20:29 +0000 (09:20 +0200)
commit405b2e82dfeb95e3b90d35f8970efad85388949c
treee593862ce2f71fb9f20a64217e3e1d9bb26c0801
parent0c6ad596952d78267369561b57723b93d835b953
Don't return a DHCPv6 reply in response to a confirm without address(es)

RFC3315 Section 18.2.2 states no reply must returned by the server in case no address(es) are present :
If the server is unable to perform this test (for example, the server does not have information about prefixes on the link to which the client is connected),
or there were no addresses in any of the IAs sent by the client, the server MUST NOT send a reply to the client.
src/dhcpv6-ia.c
src/dhcpv6.c