Actions
Bug #2022
closedrtadvd not configured properly
Start date:
11/22/2011
Due date:
% Done:
100%
Estimated time:
0.10 h
Plus Target Version:
Release Notes:
Affected Version:
2.1-IPv6
Affected Architecture:
Description
(Hopefully I got it right this time)
It appears that the conditional in line 95 in services_rtadvd_configure() in /etc/inc/services.inc needs to be updated:
if($dhcpv6ifconf['mode'] != "enabled")
continue;
should be:
if($dhcpv6ifconf['mode'] == "disabled")
continue;
Or else every single entry is skipped since mode can only be {disabled, router, unmanaged, managed, assist}. Was puzzled why ipv6 stopped working after the gitsync.
Updated by Seth Mos about 13 years ago
- Category set to DHCP (IPv4)
- Assignee set to Seth Mos
- Target version set to 8
- % Done changed from 0 to 100
- Estimated time set to 0.10 h
- Affected Version set to 2.1-IPv6
Thank you for your report, it's fixed. I meant to do something else there.
Updated by Lih Wei Chia about 13 years ago
Heh, you're missing a close bracket on line 98
Updated by Chris Buechler over 12 years ago
- Target version changed from 8 to 2.1
Actions