Page MenuHomeVyOS Platform

The new version of iproute2 breaks smoketsts
Open, NormalPublicBUG

Description

Broken version:

vyos@r14:~$ show version all | match iproute
ii  iproute2                             6.11.0-1~bpo12+1                 amd64        networking and traffic control tools
vyos@r14:~$ 
vyos@r14:~$ 
vyos@r14:~$ uname -a
Linux r14 6.6.58-vyos #1 SMP Tue Oct 22 19:16:45 UTC 2024 x86_64 GNU/Linux
vyos@r14:~$ 

vyos@r14:~$ file /usr/sbin/ip
/usr/sbin/ip: symbolic link to ../bin/ip
vyos@r14:~$

Working version:

vyos@r14:~$ show version all | match iproute
ii  iproute2                             6.9.0-1~bpo12+1                  amd64        networking and traffic control tools
vyos@r14:~$ 
vyos@r14:~$ uname -a
Linux r14 6.6.56-vyos #1 SMP Sat Oct 12 12:55:20 UTC 2024 x86_64 GNU/Linux
vyos@r14:~$ 

vyos@r15:~$ file /usr/sbin/ip
/usr/sbin/ip: symbolic link to /bin/ip
vyos@r15:~$

We use the backport-repo
And the iproute2 package seems updated on upstream

https://github.com/vyos/vyos-nightly-build/actions/runs/11490095261/job/31980502660

Details

Difficulty level
Unknown (require assessment)
Version
1.5-rolling-202410230007
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

Viacheslav triaged this task as Urgent! priority.

https://metadata.ftp-master.debian.org/changelogs//main/i/iproute2/iproute2_6.11.0-1~bpo12+1_changelog

iproute2 (6.10.0-2) unstable; urgency=medium

  * Team upload
  * Revert "Drop legacy /usr/sbin/ip symlink", as many packages still depend
    on /sbin/ip or /usr/sbin/ip

 -- Ben Hutchings <[email protected]>  Thu, 22 Aug 2024 01:41:38 +0200

iproute2 (6.10.0-1) unstable; urgency=medium

  * Update upstream source from tag 'upstream/6.10.0'
  * Drop legacy /usr/sbin/ip symlink (Closes: #1064795)

 -- Luca Boccassi <[email protected]>  Fri, 19 Jul 2024 10:35:37 +0100
Viacheslav lowered the priority of this task from Urgent! to Normal.Thu, Oct 24, 8:09 PM

The issue of breaking smoketest is not with iproute2

vyosbot added a project: Restricted Project.Fri, Oct 25, 6:08 AM