summaryrefslogtreecommitdiffstats
path: root/tests/init.t
blob: 3311856ac75b99a4002180495a5a24f17261e4c7 (plain)
1
2
3
4
5
6
7
8
9
# Load in the ip_set kernel module
0 modprobe ip_set
# List our test set: the testsuite fails if it exists
1 ipset -L test >/dev/null
# Delete our test set: the testsuite fails if it exists
1 ipset -X test
# Check mandatory create arguments
2 ipset -N test
# eof