]> git.decadent.org.uk Git - odhcp6c.git/commit - src/dhcpv6.c
add support for multiple prefixes with distinct IAIDs
authorKaspar Schleiser <kaspar@schleiser.de>
Thu, 23 Jan 2014 15:39:43 +0000 (16:39 +0100)
committerSteven Barth <steven@midlink.org>
Mon, 27 Jan 2014 13:16:44 +0000 (14:16 +0100)
commitb146f9adc80cc2c2cdf2b04bfeec4c861a2a0e23
tree270e8c1daa7cb09d8317e05d89a26051b0118354
parentbbcc9cfa44372f58cb33d556d9b7c57f6ee96b61
add support for multiple prefixes with distinct IAIDs

Changes from v1:
- removed some unneeded changes
- use *_add_state instead of (semantically identical and so unnecessary)
  *_append_state

This is missing IAID validation for prefixes.

Contributed by T-Labs, Deutsche Telekom Innovation Laboratories
src/dhcpv6.c
src/odhcp6c.c
src/odhcp6c.h
src/ra.c