diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-04-16 15:44:35 -0700 |
---|---|---|
committer | Adin Scannell <adin@scannell.ca> | 2019-04-17 12:08:36 -0700 |
commit | 45028bdd82ca3f54d8bb0e99330b1bab6e64cb78 (patch) | |
tree | 705873e3fbcb4b10ffd6fe22840cbe40647cf5ee /content/docs/user_guide/FAQ.md | |
parent | 80036845c18e1e41e3610cf2ff4a25345f444070 (diff) |
Update Linux version requirement for GSO
Diffstat (limited to 'content/docs/user_guide/FAQ.md')
-rw-r--r-- | content/docs/user_guide/FAQ.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/docs/user_guide/FAQ.md b/content/docs/user_guide/FAQ.md index da881f171..3226da8b1 100644 --- a/content/docs/user_guide/FAQ.md +++ b/content/docs/user_guide/FAQ.md @@ -5,7 +5,7 @@ weight = 1000 ### What operating systems are supported? -gVisor requires Linux {{< required_linux >}}. +gVisor requires Linux {{< required_linux >}} ([older Linux][old-linux]). ### What CPU architectures are supported? @@ -57,3 +57,5 @@ directories. ### What's the security model? See the [Security Model](../../architecture_guide/security/). + +[old-linux]: /docs/user_guide/networking/#gso |