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 cont...@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: # ip -6 route ls table 1 # ip -6 route replace ::c058:6301 src 2a01:XXXX:YYYY:ZZZZ::1 dev dummy0 table 1 # ip -6 route replace ::c058:6301 src 2a01:XXXX:YYYY:ZZZZ::1 dev dummy0 table 1 # ip -6 route ls table 1 ::192.88.99.1 dev dummy0 src 2a01:XXXX:YYYY:ZZZZ::1 metric 1024 pref medium # uname -a Linux kooot 5.10.0-0.bpo.3-amd64 #1 SMP Debian 5.10.13-1~bpo10+1 (2021-02-11) x86_64 GNU/Linux # ip -V ip utility, iproute2-ss190107 # Regards, Vincent > > Regards, > Salvatore >