summaryrefslogtreecommitdiffstats
path: root/tests/match_target.t
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-01-13 09:28:07 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-01-13 09:28:07 +0100
commit9592763b89d03e988fb46f2fc05c0cdc992534d3 (patch)
tree9c06d11a2caf27716b74c141afddbdcb90a37d79 /tests/match_target.t
parent9b0be3d2545bfd0b482883bada1f4f0410b683ef (diff)
Test added to check 0.0.0.0/0,iface to be matched in hash:net,iface type
Diffstat (limited to 'tests/match_target.t')
-rw-r--r--tests/match_target.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/match_target.t b/tests/match_target.t
index 02a0ea3..59e1643 100644
--- a/tests/match_target.t
+++ b/tests/match_target.t
@@ -104,4 +104,12 @@
0 ipset t test 10.255.255.0/24
# Destroy sets and rules
0 ./iptables.sh inet stop
+# Create set and rules for 0.0.0.0/0 check in hash:net,iface
+0 ./iptables.sh inet netiface
+# Send probe packet
+0 sendip -p ipv4 -id 10.255.255.254 -is 10.255.255.64 -p udp -ud 80 -us 1025 10.255.255.254 >/dev/null 2>&1
+# Check kernel log that the packet matched the set
+0 ./check_klog.sh 10.255.255.64 udp 1025 netiface
+# Destroy sets and rules
+0 ./iptables.sh inet stop
# eof