Update compat list for tcpdump.

A libpcap change broke tcpdump support in gvisor. As a result tcpdump
w/ libpcap> 1.10 fails with gvisor.

Updates #6664, #6699

PiperOrigin-RevId: 401633061
This commit is contained in:
Bhasker Hariharan
2021-10-07 16:32:03 -07:00
committed by gVisor bot
parent 710e51372d
commit 0743a862e5
+4 -1
View File
@@ -42,6 +42,9 @@ Most common utilities work. Note that:
* Some tools, such as `tcpdump` and old versions of `ping`, require explicitly
enabling raw sockets via the unsafe `--net-raw` runsc flag.
* In case of tcpdump the following invocations will work
* tcpdump -i any
* tcpdump -i \<device-name\> -p (-p disables promiscuous mode)
* Different Docker images can behave differently. For example, Alpine Linux
and Ubuntu have different `ip` binaries.
@@ -82,7 +85,7 @@ Most common utilities work. Note that:
| sshd | Partially working. Job control [in progress](https://gvisor.dev/issue/154). |
| strace | Working. |
| tar | Working. |
| tcpdump | Working. [Promiscuous mode in progress](https://gvisor.dev/issue/3333). |
| tcpdump | Working [only with libpcap versions < 1.10](https://github.com/google/gvisor/issues/6699), [Promiscuous mode in progress](https://gvisor.dev/issue/3333). |
| top | Working. |
| uptime | Working. |
| vim | Working. |