For details see: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=v5.3.0
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- config/rootfiles/common/iproute2 | 5 +++++ lfs/iproute2 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index 0de39e781..802803bdd 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -84,6 +84,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/ip-neighbour.8 #usr/share/man/man8/ip-netconf.8 #usr/share/man/man8/ip-netns.8 +#usr/share/man/man8/ip-nexthop.8 #usr/share/man/man8/ip-ntable.8 #usr/share/man/man8/ip-route.8 #usr/share/man/man8/ip-rule.8 @@ -99,6 +100,8 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/rdma-dev.8 #usr/share/man/man8/rdma-link.8 #usr/share/man/man8/rdma-resource.8 +#usr/share/man/man8/rdma-statistic.8 +#usr/share/man/man8/rdma-system.8 #usr/share/man/man8/rdma.8 #usr/share/man/man8/routef.8 #usr/share/man/man8/routel.8 @@ -120,6 +123,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-codel.8 #usr/share/man/man8/tc-connmark.8 #usr/share/man/man8/tc-csum.8 +#usr/share/man/man8/tc-ctinfo.8 #usr/share/man/man8/tc-drr.8 #usr/share/man/man8/tc-ematch.8 #usr/share/man/man8/tc-etf.8 @@ -133,6 +137,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-ife.8 #usr/share/man/man8/tc-matchall.8 #usr/share/man/man8/tc-mirred.8 +#usr/share/man/man8/tc-mpls.8 #usr/share/man/man8/tc-mqprio.8 #usr/share/man/man8/tc-nat.8 #usr/share/man/man8/tc-netem.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index 27e0744d1..820303f35 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@
include Config
-VER = 5.2.0 +VER = 5.3.0
THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 0cb2736e7bc2f56254a363d3d23703b7 +$(DL_FILE)_MD5 = 227404413c8d6db649d6188ead1e5a6e
install : $(TARGET)