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 #1

Updated by Seth Mos over 12 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.

Actions #2

Updated by Seth Mos over 12 years ago

  • Status changed from New to Resolved
Actions #3

Updated by Lih Wei Chia over 12 years ago

Heh, you're missing a close bracket on line 98

Actions #4

Updated by Chris Buechler almost 12 years ago

  • Target version changed from 8 to 2.1
Actions

Also available in: Atom PDF