diff options
author | Florian Westphal <fw@strlen.de> | 2018-11-05 18:58:42 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-11-12 14:53:40 +0100 |
commit | 5a52e6a9cffd8e2a5d16af0fa08902ca8332190b (patch) | |
tree | 820ac53fc5f4f73633a27ab17ab94025bc3344f1 /extensions/iptables.t | |
parent | 85d7df90ed505d8de7ff27cc5106492049756f4e (diff) |
extensions: test protocol and interface negation
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'extensions/iptables.t')
-rw-r--r-- | extensions/iptables.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/iptables.t b/extensions/iptables.t index 65456ee9..b4b6d677 100644 --- a/extensions/iptables.t +++ b/extensions/iptables.t @@ -2,3 +2,5 @@ -i alongifacename0;=;OK -i thisinterfaceistoolong0;;FAIL -i eth+ -o alongifacename+;=;OK +! -i eth0;=;OK +! -o eth+;=;OK |