BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001844 [BusyBox] Networking Support minor always 01-03-08 12:51 01-04-08 07:28
Reporter razzor View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001844: 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
Additional Information
Attached Files  busybox-1.9.0-ip.patch [^] (847 bytes) 01-03-08 12:51

- Relationships

- Notes
(0003354)
vda
01-04-08 07:28

fixed in svn, thanks
 

- 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
01-04-08 07:28 vda Status assigned => closed
01-04-08 07:28 vda Note Added: 0003354
01-04-08 07:28 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker