From 9305d4f6a615844e1e610074e97c8ade3b138e06 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 2 Jun 2022 09:28:24 +0200 Subject: sys/linux: update consts Update const files on the latest upstream commit d1dc87763f406d4e67caf16dbe438a5647692395 --- sys/linux/socket_netlink_route.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_netlink_route.txt.const') diff --git a/sys/linux/socket_netlink_route.txt.const b/sys/linux/socket_netlink_route.txt.const index 41711e8d1..124fe74b5 100644 --- a/sys/linux/socket_netlink_route.txt.const +++ b/sys/linux/socket_netlink_route.txt.const @@ -88,7 +88,7 @@ FR_ACT_TO_TBL = 1 FR_ACT_UNREACHABLE = 7 FR_ACT_UNSPEC = 0 GSO_MAX_SEGS = 65535 -GSO_MAX_SIZE = 65536 +GSO_MAX_SIZE = 524280 HSR_PROTOCOL_MAX = 2 IFAL_ADDRESS = 1 IFAL_LABEL = 2 -- cgit mrf-deployment