Revision f37ab0b1
Added by Seth Mos over 13 years ago
etc/inc/services.inc | ||
---|---|---|
97 | 97 |
if($dhcpv6ifconf['mode'] == "disabled") |
98 | 98 |
continue; |
99 | 99 |
|
100 |
if(! isset($dhcpv6ifconf['enable'])) |
|
101 |
continue; |
|
102 |
|
|
103 | 100 |
$realif = get_real_interface($dhcpv6if); |
104 | 101 |
$rtadvdifs[] = $realif; |
105 | 102 |
|
Also available in: Unified diff
Remove the DHCP6 service enable check, it's not valid for configuring router advertisements.