Your message dated Thu, 22 Oct 2009 00:55:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#551937: Acknowledgement (iproute: "ip route replace
..." behaves as "ip route add ...")
has caused the Debian Bug report #551937,
regarding iproute: "ip route replace ..." behaves as "ip route add ..."
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
551937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551937
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iproute
Version: 20080725-2
Severity: normal
Hi,
In stable, "ip route replace ..." generate an error if the route already
exists:
# ip -6 route ls table 1
# ip -6 route replace ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
# ip -6 route replace ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
RTNETLINK answers: File exists
# ip -6 route del ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
# ip -6 route replace ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
# ip -6 route add ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
RTNETLINK answers: File exists
# ip -6 route del ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
# ip -6 route add ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
# ip -6 route replace ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
RTNETLINK answers: File exists
# ip -6 route ls table 1
::192.88.99.1 dev tun6to4 metric 1024 mtu 1480 advmss 1420 hoplimit 4294967295
Note that this bug is fixed in the testing/unstable version. So, I will
close this bug with the unstable version when I will get the bug number.
This bug is here mainly for documentation. I hit it with shorewall6 (from
unstable)
on a router with software mainly from lenny.
Regards,
Vincent
--- End Message ---
--- Begin Message ---
Version 20090324-1
The bug is fixed in the unstable version:
# ip -6 route ls table 1
::192.88.99.1 dev tun6to4 metric 1024 mtu 1480 advmss 1420 hoplimit 4294967295
# ip -6 route replace ::c058:6301 src 2002:XXXX:YYYY::1 dev tun6to4 table 1
#
--
Vincent Danjean GPG key ID 0x9D025E87 [email protected]
GPG key fingerprint: FC95 08A6 854D DB48 4B9A 8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo: deb http://perso.debian.org/~vdanjean/debian unstable main
--- End Message ---