diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-10-05 15:47:30 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-05 15:49:14 -0700 |
commit | e73bb6d3029273a3adde3807a88b668380af07e9 (patch) | |
tree | 97c36fedb813c7f5d8ed8ed7b09a1d8b4c2127dc | |
parent | 1c1eefbd4b1c4692cb0f26d5c15a0a10eaddc4e5 (diff) |
Remove reference to deleted script
PiperOrigin-RevId: 335516625
-rw-r--r-- | test/iptables/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iptables/README.md b/test/iptables/README.md index b9f44bd40..28ab195ca 100644 --- a/test/iptables/README.md +++ b/test/iptables/README.md @@ -1,6 +1,6 @@ # iptables Tests -iptables tests are run via `scripts/iptables_test.sh`. +iptables tests are run via `make iptables-tests`. iptables requires raw socket support, so you must add the `--net-raw=true` flag to `/etc/docker/daemon.json` in order to use it. |