]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip route: add support for TCP usec TS
authorEric Dumazet <edumazet@google.com>
Mon, 4 Dec 2023 09:19:07 +0000 (09:19 +0000)
committerDavid Ahern <dsahern@kernel.org>
Wed, 6 Dec 2023 16:50:26 +0000 (16:50 +0000)
commita043bea7500269c718ec105149fb828d608edd20
treeaa350feda885503bdfc055e188e95effe267b349
parentf441c022218f6a3526e0bd5140229ea2919ee35c
ip route: add support for TCP usec TS

linux-6.7 got support for TCP usec resolution timestamps,
using one bit in the features mask : RTAX_FEATURE_TCP_USEC_TS.

ip route add 10/8 ... features tcp_usec_ts

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/iproute.c