[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#551937: marked as done (iproute: "ip -6 route replace ..." behaves as "ip -6 route add ...")



Your message dated Sat, 24 Apr 2021 16:40:56 +0200
with message-id <[🔎] YIQt+GrLAGLGtjfP@eldamar.lan>
and subject line Re: Bug#551937: Closing
has caused the Debian Bug report #551937,
regarding iproute: "ip -6 route replace ..."  behaves as "ip -6 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 owner@bugs.debian.org
immediately.)


-- 
551937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551937
Debian Bug Tracking System
Contact owner@bugs.debian.org 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 ---
Source: linux
Source-Version: 5.10.24-1

Hi Vincent,

On Sat, Apr 24, 2021 at 03:17:46PM +0200, Vincent Danjean wrote:
> Le 24/04/2021 à 14:47, Salvatore Bonaccorso a écrit :
> > Hi Vincent,
> > 
> > On Tue, Jun 04, 2013 at 10:22:09PM +0200, Vincent Danjean wrote:
> >> reopen 551937
> >> reassign 551937 src:linux
> >> found 551937 3.2.41-2
> >> thanks
> >>
> >> Le 04/06/2013 19:44, Moritz Mühlenhoff a écrit :
> >>> We don't have the ressources to reproduce the complete backlog of all older kernel
> >>> bugs, so we're closing this bug for now. If you can reproduce the bug with Debian Wheezy
> >>> or a more recent kernel from testing or unstable, please reopen the bug by sending
> >>> a mail to control@bugs.debian.org with the following three commands included in the
> >>> mail:
> >>
> >> Soing so as the bug does not seem to be fixed: I can easily reproduce
> >> the series of command listed in the bug report.
> >> "ip replace" still fails (as "ip add") if the route already exists.
> > 
> > Is this still a problem with recent kernels?
> 
> It seems fixed on buster with backport kernel:

Many thanks for confirming this! Thus I'm closing the bug with at
least that version! Maybe fixed earlier ...

Regards,
Salvatore

--- End Message ---

Reply to: