[Bug 2497] New: busybox: ifupdown: does not support inet6 "manual" method

bugzilla at busybox.net bugzilla at busybox.net
Thu Sep 2 16:42:24 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=2497

           Summary: busybox: ifupdown: does not support inet6 "manual"
                    method
           Product: Busybox
           Version: 1.17.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Networking
        AssignedTo: unassigned at busybox.net
        ReportedBy: mcs at darkregion.net
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Created attachment 2425
  --> https://bugs.busybox.net/attachment.cgi?id=2425
Adds the "manual" method for inet6

I need to be able to do the following from within /etc/network/interfaces:

iface eth0 inet6 manual
   pre-up echo 1 > /proc/sys/net/ipv6/conf/eth0/accept_ra
   up ip link set eth0 up
   down ip link set eth0 down

But since the inet6 "manual" method isn't yet available in busybox 1.17.1 and
1.17.2, I decided to whip up a patch for it.

See the attachment.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list