diff options
author | Ian Lewis <ianlewis@google.com> | 2019-08-29 11:14:56 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-08-29 11:17:45 -0700 |
commit | 5c09a0e59e9a2abcc266bd0903a3a54eee81ff66 (patch) | |
tree | e355d9f0a1f05436344f843038200c47c386a91f | |
parent | e0ef639496db0205cec6752b482c30df0e64b80b (diff) |
Add link to ip bug
-rw-r--r-- | content/docs/user_guide/compatibility/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md index 51fc6f4aa..4cd1b31b0 100644 --- a/content/docs/user_guide/compatibility/_index.md +++ b/content/docs/user_guide/compatibility/_index.md @@ -63,7 +63,7 @@ Most common utilities work. Note that: | gosu | Working | | grep | Working (unless stdin is a pipe and stdout is /dev/null) | | ifconfig | Works partially, like ip | -| ip | Some subcommands work (e.g. addr, route) | +| ip | [In progress](https://github.com/google/gvisor/issues/769). Some subcommands work (e.g. addr, route) on alpine images. Not working on newest debian/ubuntu images. | | less | Working | | ls | Working | | lsof | Working | |