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.
Updated by David Horn over 11 years ago
Version Data: (from snapshots)
2.1-BETA1 (i386)
built on Sat Mar 23 22:03:50 EDT 2013
Updated by Renato Botelho over 11 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 3d73a44d84accdb2f70abf705aed9b3858292317.
Updated by David Horn over 11 years ago
Looks like this issue is resolved. Tested with snapshot:
2.1-BETA1 (i386)
built on Mon Mar 25 15:43:19 EDT 2013
FreeBSD 8.3-RELEASE-p6