Bug #2905
closedradvd.conf does not include all configured RDNSS entries
100%
Description
The ipv6 RA does not include all configured dns entries from services_router_advertisements.php configuration page.
STR:
Configure two ipv6 addresses in DNS servers entries in the UI under "DHCPv6 Server/RA".
Enable unmanaged mode (with a properly defined ipv6 /64 subnet)
This properly saves the configuration entries to the config.xml file under:
<radnsserver>2001:4860:4860::8888</radnsserver>
<radnsserver>2001:470:20::2</radnsserver>
However the code that picks up these addresses from the pfsense config (and performs the radvd.conf output) does not look in the correct place for these entries (code is in services.inc). It only looks in "dnsserver" for config entries, when it needs to look in "radnsserver".
I have a mocked up services.inc that works on my machine. Let me know if you want me to try to put together a real patch for review.