Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507290 - sys-apps/busybox: ip: add support for the scope modifier
Summary: sys-apps/busybox: ip: add support for the scope modifier
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Embedded Gentoo Team
URL: https://bugs.busybox.net/show_bug.cgi...
Whiteboard:
Keywords:
Depends on:
Blocks: openrc-busybox
  Show dependency tree
 
Reported: 2014-04-10 00:18 UTC by William Hubbs
Modified: 2016-01-08 18:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Hubbs gentoo-dev 2014-04-10 00:18:27 UTC
In the loopback script in OpenRC, we use the following commands to
initialize the loopback interface:

ip addr add 127.0.0.1/8 dev lo brd + scope host
ip route add 127.0.0.0/8 dev lo scope host
ip link set lo up

This works for iproute2, but not for busybox's internal ip command,
because busybox's ip command appears to not support the scope modifier.

Can this be looked into and fixed in busybox?

Thanks much,

William
Comment 1 Austin English (RETIRED) gentoo-dev 2015-12-23 20:00:25 UTC
Upstream issue:
https://bugs.busybox.net/show_bug.cgi?id=8561
Comment 2 Austin English (RETIRED) gentoo-dev 2016-01-08 18:20:36 UTC
(In reply to Austin English from comment #1)
> Upstream issue:
> https://bugs.busybox.net/show_bug.cgi?id=8561

Fixed upstream.