Remove reference to deleted script

PiperOrigin-RevId: 335516625
This commit is contained in:
Kevin Krakauer 2020-10-05 15:47:30 -07:00 committed by gVisor bot
parent 1c1eefbd4b
commit e73bb6d302
1 changed files with 1 additions and 1 deletions

View File

@ -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.