[BusyBox] bug#1301: ifup/ifdown problems

Michael Sternberg michael at dragon.boscom.com
Sun Feb 16 18:01:03 UTC 2003


Package: busybox
Version: CVS
Severity: grave

Latest CVS (Feb 16 12:48:45 2003).
Contents of /etc/network/interfaces:

auto lo
iface lo inet loopback
up   route add -net 127.0.0.0 netmask 255.0.0.0 dev lo
down route del -net 127.0.0.0 netmask 255.0.0.0 dev lo

~> /bin/busybox ifup -v lo
ifup: Configuring interface lo=lo (inet)
ifup: ip link set lo up
ifup: ip addr add 127.0.0.1/8 dev lo
ifup: route
Kernel IP routing table
Destination  Gateway  Genmask Flags Metric Ref  Use Iface


The problem: ifup (and ifdown) read "up" and "down"
             commands only until first space.

-- 





More information about the busybox mailing list