[Bug 850566] Re: does not configure ipv6 vlan interfaces due to autoconf sysctl failure

Reagan Sanders 850566 at bugs.launchpad.net
Thu Dec 1 23:33:52 UTC 2011


I think this is essentially the same as the RHEL bug
https://bugzilla.redhat.com/show_bug.cgi?id=665601 that was fixed
earlier this year.

** Bug watch added: Red Hat Bugzilla #665601
   https://bugzilla.redhat.com/show_bug.cgi?id=665601

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/850566

Title:
  does not configure ipv6 vlan interfaces due to autoconf sysctl failure

Status in “ifupdown” package in Ubuntu:
  Confirmed

Bug description:
  upon upgrade to 11.10 the ipv6 vlan interface is not configured correctly, leaves it in a half configured state.
  ipv4 configured properly, but not ipv6

  #/etc/network/interfaces

  iface eth0.83 inet static
    address 192.168.83.2
    netmask 255.255.255.0

  iface eth0.83 inet6 static
    autoconf 0
    address 2002:XXXX:XXXX:53:XXX:XXXX:XXXX:XXXX
    netmask 64

  The failure is due to the sysctl calling net.ipv6.conf.eth0.83.autoconf = 0, which is incorrect since the dot is interpreted incorrectly, it should be
  net.ipv6.conf.eth0/83.autoconf = 0

  Fixed in 0.7~beta1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/850566/+subscriptions




More information about the foundations-bugs mailing list