summaryrefslogtreecommitdiffstats
path: root/ipset.8
diff options
context:
space:
mode:
Diffstat (limited to 'ipset.8')
-rw-r--r--ipset.85
1 files changed, 5 insertions, 0 deletions
diff --git a/ipset.8 b/ipset.8
index 5e87af2..32b5ae3 100644
--- a/ipset.8
+++ b/ipset.8
@@ -118,6 +118,11 @@ is specified to stdout in a format that --restore can read.
.BI "-R, --restore "
Restore a saved session generated by --save. The saved session
can be fed from stdin.
+
+When generating a session file please note that the supported commands
+(create set, add element, bind) must appear in a strict order: first create
+the set, then add all elements. Then create the next set, add all its elements
+and so on. Finally you can append all binding commands.
.TP
.BI "-A, --add " "\fIsetname\fP \fIIP\fP"
Add an IP to a set.