1 This module matches packets based on their
3 Address types are used within the kernel networking stack and categorize
4 addresses into various groups. The exact definition of that group depends on the specific layer three protocol.
6 The following address types are possible:
9 an unspecified address (i.e. 0.0.0.0)
30 an unreachable address
43 [\fB!\fP] \fB\-\-src\-type\fP \fItype\fP
44 Matches if the source address is of given type
46 [\fB!\fP] \fB\-\-dst\-type\fP \fItype\fP
47 Matches if the destination address is of given type
49 .BI "\-\-limit\-iface\-in"
50 The address type checking can be limited to the interface the packet is coming
51 in. This option is only valid in the
56 chains. It cannot be specified with the
57 \fB\-\-limit\-iface\-out\fP
60 \fB\-\-limit\-iface\-out\fP
61 The address type checking can be limited to the interface the packet is going
62 out. This option is only valid in the
67 chains. It cannot be specified with the
68 \fB\-\-limit\-iface\-in\fP