summaryrefslogtreecommitdiffstats
path: root/tests/match_target.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/match_target.t')
-rw-r--r--tests/match_target.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/match_target.t b/tests/match_target.t
index 4a2b9be..cab8184 100644
--- a/tests/match_target.t
+++ b/tests/match_target.t
@@ -22,7 +22,7 @@
0 ipset test ipport 10.255.255.64,tcp:1025
# Check that 10.255.255.64,udp:1025 is not in ipport set
1 ipset test ipport 10.255.255.64,udp:1025
-# Send probe packet from 10.255.255.64,udp:1025
+# Send probe packet from 10.255.255.64,udp:1025
0 sendip -p ipv4 -id 127.0.0.1 -is 10.255.255.64 -p udp -ud 80 -us 1025 127.0.0.1
# Check that proper sets matched and target worked
0 ./check_klog.sh 10.255.255.64 udp 1025 ipport list
@@ -61,7 +61,7 @@
# Create set and rules to check --exist and --timeout flags of SET target
0 ./iptables.sh inet timeout
# Add 10.255.255.64,icmp:host-prohibited to the set
-0 ipset add test 10.255.255.64,icmp:host-prohibited
+0 ipset add test 10.255.255.64,icmp:host-prohibited
# Check that 10.255.255.64,icmp:3/10 is in ipport set
0 ipset test test 10.255.255.64,icmp:host-prohibited
# Sleep 3s so that entry can time out