]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: add fastopen_no_cookie option to ip route
authorChristoph Paasch <cpaasch@apple.com>
Tue, 31 Oct 2017 21:54:52 +0000 (14:54 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 1 Nov 2017 21:07:51 +0000 (22:07 +0100)
commite54ed3807424cdd1756f6a12095fca036551638f
treea8d86bc27f0dbe235fbe8698ea4d34a30c02cb5e
parent21440d19d9571c16f06a219c56d70e3bc8829746
ip: add fastopen_no_cookie option to ip route

This patch adds fastopen_no_cookie option to enable/disable TCP fastopen
without a cookie on a per-route basis.

Support in Linux was added with 71c02379c762 (tcp: Configure TFO without
cookie per socket and/or per route).

Cc: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Christoph Paasch <cpaasch@apple.com>
ip/iproute.c
man/man8/ip-route.8.in