Where do I find all the ipset options (ipset v7.15)?.
man ipset online are not all. I didn't find them on the command line either, by running:
man ipset
ipset --help
For example this options:
ipset -A
ipset -F
ipset -N
# maybe more options
In tests carried out, the output of these commands is the same:
ipset -A = ipset add
ipset -F = ipset flush
ipset -N = ipset create
But I would like to access an official documentation that clarifies it