summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/udp.t
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-01-12 23:32:15 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-01-13 13:03:03 +0100
commit905e9d2d09ae9d0032436c1b443ca91c65283c19 (patch)
treece0e6ac4648299cb889a009a0b6f40f697a08283 /tests/py/inet/udp.t
parent8bbf030baa8169312e81c5a43a5ee2adfeb925d5 (diff)
tests/py: test udp from ip and ip6 families
The existing test was checking for the ip family three times, fix it. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/inet/udp.t')
-rw-r--r--tests/py/inet/udp.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/inet/udp.t b/tests/py/inet/udp.t
index 30c06e4e..d5b8653c 100644
--- a/tests/py/inet/udp.t
+++ b/tests/py/inet/udp.t
@@ -1,8 +1,8 @@
:input;type filter hook input priority 0
*ip;test-ip4;input
-*ip;test-ip6;input
-*ip;test-inet;input
+*ip6;test-ip6;input
+*inet;test-inet;input
udp sport 80 accept;ok
udp sport != 60 accept;ok