From e73bb6d3029273a3adde3807a88b668380af07e9 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Mon, 5 Oct 2020 15:47:30 -0700 Subject: [PATCH] Remove reference to deleted script PiperOrigin-RevId: 335516625 --- test/iptables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.