From c259978dbd793fedd8d1068b875c763ffba09d26 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 21 Jul 2021 14:17:13 -0700 Subject: [PATCH] Fix required Linux version in networking docs. PiperOrigin-RevId: 386093826 --- g3doc/user_guide/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3doc/user_guide/networking.md b/g3doc/user_guide/networking.md index 95f675633..75f01aac5 100644 --- a/g3doc/user_guide/networking.md +++ b/g3doc/user_guide/networking.md @@ -61,7 +61,7 @@ Add the following `runtimeArgs` to your Docker configuration ### Disable GSO {#gso} -If your Linux is older than 4.14.17, you can disable Generic Segmentation +If your Linux is older than 4.14.77, you can disable Generic Segmentation Offload (GSO) to run with a kernel that is newer than 3.17. Add the `--gso=false` flag to your Docker runtime configuration (`/etc/docker/daemon.json`) and restart the Docker daemon: