Project

General

Profile

Actions

Bug #2022

closed

rtadvd not configured properly

Added by Lih Wei Chia over 12 years ago. Updated almost 12 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
DHCP (IPv4)
Target version:
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.

Actions

Also available in: Atom PDF