Anonymous | Login | Signup for a new account | 11-10-2008 11:07 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 | ||||
0001076 | [BusyBox] Networking Support | major | always | 10-25-06 03:21 | 11-05-06 10:05 | ||||
Reporter | Andreas Winter | View Status | public | ||||||
Assigned To | BusyBox | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | svn | ||||||
Summary | 0001076: "ip addr del" does not work | ||||||||
Description |
file: ipaddress.c ... int do_ipaddr(int argc, char **argv) { static const char *const commands[] = { "add", "delete", "list", "show", "lst", "flush", 0 }; ... should be ... int do_ipaddr(int argc, char **argv) { static const char *const commands[] = { "add", "del", "list", "show", "lst", "flush", 0 }; ... |
||||||||
Additional Information | |||||||||
Attached Files |
![]() |
||||||||
|
Copyright © 2000 - 2006 Mantis Group |