Blame extensions/libxt_addrtype.man

Packit Service d1fe03
This module matches packets based on their 
Packit Service d1fe03
.B address type.
Packit Service d1fe03
Address types are used within the kernel networking stack and categorize
Packit Service d1fe03
addresses into various groups.  The exact definition of that group depends on the specific layer three protocol.
Packit Service d1fe03
.PP
Packit Service d1fe03
The following address types are possible:
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "UNSPEC"
Packit Service d1fe03
an unspecified address (i.e. 0.0.0.0)
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "UNICAST"
Packit Service d1fe03
an unicast address
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "LOCAL"
Packit Service d1fe03
a local address
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "BROADCAST"
Packit Service d1fe03
a broadcast address
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "ANYCAST"
Packit Service d1fe03
an anycast packet
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "MULTICAST"
Packit Service d1fe03
a multicast address
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "BLACKHOLE"
Packit Service d1fe03
a blackhole address
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "UNREACHABLE"
Packit Service d1fe03
an unreachable address
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "PROHIBIT"
Packit Service d1fe03
a prohibited address
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "THROW"
Packit Service d1fe03
FIXME
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "NAT"
Packit Service d1fe03
FIXME
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "XRESOLVE"
Packit Service d1fe03
.TP
Packit Service d1fe03
[\fB!\fP] \fB\-\-src\-type\fP \fItype\fP
Packit Service d1fe03
Matches if the source address is of given type
Packit Service d1fe03
.TP
Packit Service d1fe03
[\fB!\fP] \fB\-\-dst\-type\fP \fItype\fP
Packit Service d1fe03
Matches if the destination address is of given type
Packit Service d1fe03
.TP
Packit Service d1fe03
.BI "\-\-limit\-iface\-in"
Packit Service d1fe03
The address type checking can be limited to the interface the packet is coming
Packit Service d1fe03
in. This option is only valid in the
Packit Service d1fe03
.BR PREROUTING ,
Packit Service d1fe03
.B INPUT
Packit Service d1fe03
and
Packit Service d1fe03
.B FORWARD
Packit Service d1fe03
chains. It cannot be specified with the
Packit Service d1fe03
\fB\-\-limit\-iface\-out\fP
Packit Service d1fe03
option.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-limit\-iface\-out\fP
Packit Service d1fe03
The address type checking can be limited to the interface the packet is going
Packit Service d1fe03
out. This option is only valid in the
Packit Service d1fe03
.BR POSTROUTING ,
Packit Service d1fe03
.B OUTPUT
Packit Service d1fe03
and
Packit Service d1fe03
.B FORWARD
Packit Service d1fe03
chains. It cannot be specified with the
Packit Service d1fe03
\fB\-\-limit\-iface\-in\fP
Packit Service d1fe03
option.