summaryrefslogtreecommitdiffstats
path: root/tests/init.t
blob: ac153111f1052e043522cdd9ab7aebab5afd3795 (plain)
1
2
3
4
5
6
7
# 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
# eof