summaryrefslogtreecommitdiffstats
path: root/tests/match_target.t
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-05-02 11:36:06 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-05-02 11:36:06 +0200
commitc0945fec3486276d084d498a001970922de37068 (patch)
tree01f7c2cd26375b0ed9cb64db0196b51292a7121a /tests/match_target.t
parentbbecbecdf402fd323b6ddd81f50e6f91f39086fc (diff)
Update testsuite as the trailing space was eliminated at listings
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