[BusyBox 0001844]: busybox 1.9.0: "ip route" not working
bugs at busybox.net
bugs at busybox.net
Thu Jan 3 20:51:05 UTC 2008
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1844
======================================================================
Reported By: razzor
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1844
Category: Networking Support
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 01-03-2008 12:51 PST
Last Modified: 01-03-2008 12:51 PST
======================================================================
Summary: busybox 1.9.0: "ip route" not working
Description:
The "ip route" command should show the routing table, but parses the
environment:
> $ busybox-1.9.0/busybox ip route
> ip: an inet address is expected rather than "KDE_MULTIHEAD=false"
A "ip route show" works as expected.
With attached patch, expected behavior is restored:
> $ busybox-1.9.0/busybox ip route
> 10.10.0.0/16 dev eth0 src 10.10.250.133
> 169.254.0.0/16 dev eth0 metric 1000
> default via 10.10.250.250 dev eth0
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
01-03-08 12:51 razzor New Issue
01-03-08 12:51 razzor Status new => assigned
01-03-08 12:51 razzor Assigned To => BusyBox
01-03-08 12:51 razzor File Added: busybox-1.9.0-ip.patch
======================================================================
More information about the busybox-cvs
mailing list