Project

General

Profile

Actions

Bug #2905

closed

radvd.conf does not include all configured RDNSS entries

Added by David Horn about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Normal
Category:
DHCP (IPv6)
Target version:
Start date:
03/24/2013
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:

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.

Actions

Also available in: Atom PDF