router: make RA flags configurable (FS#2019)
authorHans Dedecker <dedeckeh@gmail.com>
Fri, 17 May 2019 19:29:25 +0000 (21:29 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Fri, 17 May 2019 19:29:25 +0000 (21:29 +0200)
commitd11180932b2fb8784aaad0830c032e42b8bb64ac
tree0f0cc379a264e7bb2c903067785f0d16069ab19a
parent41a74cba1bec349d1e1c5be4442e7fddb2d4adf7
router: make RA flags configurable (FS#2019)

Replace the config option ra_management by the config options ra_flags
and ra_slaac. The latter allows to configure the autonomous-address
config flag used for stateless address configuration while the former
allows to configure the RA flags in the form of a list.
The list can hold the following values :
managed-config
other-config
home-agent
none

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
README
src/config.c
src/dhcpv6-ia.c
src/odhcpd.h
src/router.c