config: Fix RA interface config being overwritten
authorHans Dedecker <hans.dedecker@technicolor.com>
Mon, 5 Dec 2016 08:57:12 +0000 (09:57 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 12 Dec 2016 09:02:58 +0000 (10:02 +0100)
commit3af23ad72888393a863d7be545d1bd5af99ca442
tree29d08e8c21a5fd4ac0344a32aa24f55ed8bcc91e
parent41b52688403016017eca812315a7206b6d27c097
config: Fix RA interface config being overwritten

In case multiple dhcp uci sections are configured and one section contains
RA config while the other section does not; the RA interface config of the
first section will be overwritten by the second section.
Fix this by setting the default values for ra_management and ndp_proxy_routing
uci parameters when the interface is created and by removing the overwrite check

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
src/config.c