From: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2005@gmx.net>
To: lartc@vger.kernel.org
Subject: [LARTC] ip address delete bug?
Date: Mon, 03 Oct 2005 17:55:09 +0000 [thread overview]
Message-ID: <4341707D.90206@gmx.net> (raw)
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
next reply other threads:[~2005-10-03 17:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-03 17:55 Carl-Daniel Hailfinger [this message]
2005-10-03 18:00 ` [LARTC] ip address delete bug? 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4341707D.90206@gmx.net \
--to=c-d.hailfinger.devel.2005@gmx.net \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.