mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
When advertising on a CARP vip, pick the CARP ipv6 address as the RDNSS address
Redmine ticket #1829
This commit is contained in:
parent
e1f6761dca
commit
9a93330476
@ -170,7 +170,7 @@ function services_radvd_configure() {
|
||||
$dnslist[] = $server;
|
||||
}
|
||||
} elseif (isset($config['dnsmasq']['enable'])) {
|
||||
$dnslist[] = get_interface_ipv6($dhcpv6if);
|
||||
$dnslist[] = get_interface_ipv6($realif);
|
||||
} elseif (!empty($config['system']['dnsserver'][0])) {
|
||||
foreach($config['system']['dnsserver'] as $server) {
|
||||
if(is_ipaddrv6($server))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user