dhcpv6-ia: apply prefix_filter on dhcpv6
authorNick Hainke <[email protected]>
Wed, 6 Jan 2021 12:04:02 +0000 (13:04 +0100)
committerHans Dedecker <[email protected]>
Sat, 30 Jan 2021 20:14:08 +0000 (21:14 +0100)
commit8d8a8cd35137ff0fa11b6be455fdd596a8d7d2e9
tree3f24ca68e66d1f880a75a794a48a3730f77be4e0
parent3bda90079ec5574ef469e2a7804808302f17769d
dhcpv6-ia: apply prefix_filter on dhcpv6

The prefix_filter allows to select which prefix should be assigned
to clients if you have multiple prefixes on an interface.
Currently, the filter only applies to RAs and does work with
a dhcpv6 server.

This commit enables the filter also on dhcpv6.

Signed-off-by: Nick Hainke <[email protected]>
Signed-off-by: Hans Dedecker <[email protected]>
src/dhcpv6-ia.c
src/odhcpd.h
src/router.c