summaryrefslogtreecommitdiff
path: root/packages/iproute2
AgeCommit message (Collapse)Author
2024-02-29Revert "iproute2: T6078: upgrade package to 6.6 to match Kernel"Christian Breunig
This reverts commit 60d16e494958bfe4a43048ee3a7f63fd57600875. We already use iproute2 6.7 from Debian Bookworm Backports (cherry picked from commit c56d76986f9efa05c4348401e7cdd05073aed2e7)
2024-02-28iproute2: T6078: upgrade package to 6.6 to match KernelChristian Breunig
(cherry picked from commit 60d16e494958bfe4a43048ee3a7f63fd57600875)
2023-02-13debian: T5003: Update to to Debian 12 "Bookworm"sarthurdev
* Remove obsolete packages and dependencies
2023-01-01iproute2: T4284: update package for better tc JSON supportChristian Poessinger
vyos-1x QoS implementation comes with smoketests that heavily use the JSON output of tc. There had been some bugs in the JSON formatting until version version 6.1 of iproute2 [1, 2]. 1: https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/ 2: https://lore.kernel.org/netdev/f4806731521546b0bb7011b8c570b52b@poessinger.com/ 3: https://lore.kernel.org/netdev/e1fa5169db254301bc3b5b766c2df76a@poessinger.com/
2022-11-23gitignore: cleanup double rules from individual packagesChristian Poessinger
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped.
2022-09-13iproute2: T4691: upgrade version to match 5.15 kernel treeChristian Poessinger
2021-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian Poessinger
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped.
2021-04-09iproute2: patches: add fix for erspan JSON outputChristian Poessinger
See thread [1] for more infomration. [1] https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/
2021-03-26iproute2 update to debian/5.10.0-4_bpo10+1Christian Poessinger
2021-03-26Jenkins: fix buildPackage call, it's null not noneChristian Poessinger
2021-03-26Jenkins: enable arm64 buildsChristian Poessinger
2021-01-31iproute2: T3276: bump version to 5.10 to match the running KernelChristian Poessinger
2020-12-14iproute2: T3129: add Jenkins buildChristian Poessinger