mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
10 lines
344 B
Groff
10 lines
344 B
Groff
.TP
|
|
[\fB!\fP] \fB--ipsrc\fP \fIaddr\fP
|
|
Match packets that have \fIaddr\fP as source address.
|
|
.TP
|
|
[\fB!\fP] \fB--ipdst\fP \fIaddr\fP
|
|
Match packets that have \fIaddr\fP as destination address.
|
|
.PP
|
|
The ipaddr module serves only as a demonstration. It is equivalent to the
|
|
iptables \fB-s\fP and \fB-d\fP options, but ipaddr does not support masks.
|