blob: 3311856ac75b99a4002180495a5a24f17261e4c7 [file] [log] [blame]
# 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