[BusyBox 0001076]: "ip addr del" does not work

bugs at busybox.net bugs at busybox.net
Wed Oct 25 03:26:42 PDT 2006


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1076 
====================================================================== 
Reported By:                Andreas Winter
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1076
Category:                   Networking Support
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             10-25-2006 03:21 PDT
Last Modified:              10-25-2006 03:26 PDT
====================================================================== 
Summary:                    "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
	};
...
====================================================================== 

---------------------------------------------------------------------- 
 Andreas Winter - 10-25-06 03:26  
---------------------------------------------------------------------- 
To be more precise: del should work in addition to delete 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-25-06 03:21  Andreas Winter New Issue                                    
10-25-06 03:21  Andreas Winter Status                   new => assigned     
10-25-06 03:21  Andreas Winter Assigned To               => BusyBox         
10-25-06 03:26  Andreas Winter Note Added: 0001718                          
======================================================================



More information about the busybox-cvs mailing list