All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] ip address delete bug?
@ 2005-10-03 17:55 Carl-Daniel Hailfinger
  2005-10-03 18:00 ` Peter Surda
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Carl-Daniel Hailfinger @ 2005-10-03 17:55 UTC (permalink / raw)
  To: lartc

Hi,

it seems that "ip address delete" will delete all addresses of the same 
class on an interface if it is ordered to only delete the first one:

# ip a f eth0
# ip a l eth0
3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
     link/ether xx:xx:xx:xx:xx:xx
# ip a a 192.168.a.b brd + dev eth0
# ip a a 192.168.c.d brd + dev eth0
# ip a d 192.168.a.b brd + dev eth0
# ip a l eth0
3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
     link/ether xx:xx:xx:xx:xx:xx

I'm using kernel 2.6.13 and iproute2-050816. The man page seems to agree 
with me that this behaviour is wrong. If that behaviour is intended, 
please update the man page.

Regards,
Carl-Daniel
-- 
http://www.hailfinger.org/
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-10-05 15:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-03 17:55 [LARTC] ip address delete bug? Carl-Daniel Hailfinger
2005-10-03 18:00 ` Peter Surda
2005-10-04 19:11 ` Carl-Daniel Hailfinger
2005-10-04 21:23   ` Alexey Toptygin
2005-10-04 21:23     ` Alexey Toptygin
2005-10-04 22:58     ` [LARTC] " Carl-Daniel Hailfinger
2005-10-04 22:58       ` Carl-Daniel Hailfinger
2005-10-04 23:08       ` [LARTC] " Alexey Toptygin
2005-10-04 23:08         ` Alexey Toptygin
     [not found]         ` <1128474946.6224.8.camel@localhost.localdomain>
2005-10-05 15:32           ` [LARTC] " Carl-Daniel Hailfinger
2005-10-05 15:32             ` Carl-Daniel Hailfinger
2005-10-04 23:20 ` [LARTC] " Peter Surda
2005-10-04 23:23 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.