]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: remove GSO_MAX_SIZE definition
authorEric Dumazet <edumazet@google.com>
Mon, 16 May 2022 15:34:57 +0000 (08:34 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 16 May 2022 17:21:03 +0000 (10:21 -0700)
David removed the check using GSO_MAX_SIZE
in commit f1d18e2e6ec5 ("Update kernel headers").

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iplink.c

index 7accd3786586b7a3125007c0bf7cd579351086d0..a30dde0e337918610dce10586240ac7d0d63a893 100644 (file)
@@ -35,9 +35,6 @@
 
 #define IPLINK_IOCTL_COMPAT    1
 
-#ifndef GSO_MAX_SIZE
-#define GSO_MAX_SIZE           65536
-#endif
 #ifndef GSO_MAX_SEGS
 #define GSO_MAX_SEGS           65535
 #endif