[openwrt/openwrt] iproute2: update to v6.14.0

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 5 05:22:52 PDT 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9ec997b85009e5357d5f21ad579578d068af8fb7

commit 9ec997b85009e5357d5f21ad579578d068af8fb7
Author: Russell Senior <russell at personaltelco.net>
AuthorDate: Tue Apr 1 05:07:01 2025 -0700

    iproute2: update to v6.14.0
    
    $ git log --no-merges --oneline v6.13.0..v6.14.0
    fea1086c (tag: v6.14.0) v6.14.0
    afbfd2f2 tc: nat: ffs should operation on host byte ordered data
    667817b4 tc: nat: Fix mask calculation
    e3f9681d ss: mptcp: subflow: display seq counters as decimal
    5e113aba man: document tunnel options in ip-route.8.in
    48717184 README.devel: clarify patch rules and syntax
    99c119a0 ss: Tone down cgroup path resolution
    41710ace uapi: update bpf.h
    1db4f568 ip: vxlan: Support IFLA_VXLAN_RESERVED_BITS
    fe4100df iproute2: add 'ip monitor acaddress' support
    d009b68f Update kernel headers
    0bd19d46 iprule: Add flow label support
    35ae138e ip: route: Add IPv6 flow label support
    3f8c7e7c tc: fq: add support for TCA_FQ_OFFLOAD_HORIZON attribute
    49b8a727 Update kernel headers
    19514606 iproute2: add 'ip monitor maddress' support
    93360313 Update kernel headers
    1f0f9deb ip: link: rmnet: add support for flag handling
    
    Signed-off-by: Russell Senior <russell at personaltelco.net>
---
 package/network/utils/iproute2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 8cf77b36ab..6a172d2abe 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=iproute2
-PKG_VERSION:=6.13.0
+PKG_VERSION:=6.14.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2
-PKG_HASH:=a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49302819
+PKG_HASH:=a6d23588150096591c3d00fc27a324a82ee71d7a1a9eea78df5df17ad9b8461f
 PKG_BUILD_PARALLEL:=1
 PKG_BUILD_DEPENDS:=iptables
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list