Bug 2497 - busybox: ifupdown: does not support inet6 "manual" method
Summary: busybox: ifupdown: does not support inet6 "manual" method
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.17.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-02 16:42 UTC by Matt Smith
Modified: 2010-10-29 00:43 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Adds the "manual" method for inet6 (877 bytes, patch)
2010-09-02 16:42 UTC, Matt Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Smith 2010-09-02 16:42:24 UTC
Created attachment 2425 [details]
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.
Comment 1 Denys Vlasenko 2010-10-29 00:43:03 UTC
Applied, thanks.