| Anonymous | Login | Signup for a new account | 11-10-2008 11:28 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |