summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-06-29 21:29:46 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-06-29 21:29:46 +0200
commit7fb46d49aeacda26cc1dca668d7e1fade6b321c6 (patch)
tree3eee2a9b9d07caff90413adcb2388e898b533e05
parent5693c808325f7b519a61c29d7ea12abfe384e690 (diff)
Explain in more detail src/dst for hash:net,iface
-rw-r--r--src/ipset.85
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ipset.8 b/src/ipset.8
index d140f3d..bbad680 100644
--- a/src/ipset.8
+++ b/src/ipset.8
@@ -799,8 +799,9 @@ added/deleted by the most specific prefix which can be found in the
set, or by the host prefix value if the set is empty.
.PP
The second direction parameter of the \fBset\fR match and
-\fBSET\fR target modules corresponds to the incoming/outgoing interface
-: \fBsrc\fR to the incoming, while \fBdst\fR to the outgoing. When
+\fBSET\fR target modules corresponds to the incoming/outgoing interface:
+\fBsrc\fR to the incoming one (similar to the \fB\-i\fR flag of iptables), while
+\fBdst\fR to the outgoing one (similar to the \fB\-o\fR flag of iptables). When
the interface is flagged with \fBphysdev:\fR, the interface is interpreted
as the incoming/outgoing bridge port.
.PP