blob: 2c3bbab048347bab568631e43699a633554c43da [file] [log] [blame]
Henrik Nordstromc2794132004-01-22 15:04:24 +00001This module matches packets based on their
2.B address type.
3Address types are used within the kernel networking stack and categorize
4addresses into various groups. The exact definition of that group depends on the specific layer three protocol.
5.TP
6The following address types are possible:
7.TP
8.BI "UNSPEC"
9an unspecified address (i.e. 0.0.0.0)
10.BI "UNICAST"
11an unicast address
12.BI "LOCAL"
13a local address
14.BI "BROADCAST"
15a broadcast address
16.BI "ANYCAST"
17an anycast packet
18.BI "MULTICAST"
19a multicast address
20.BI "BLACKHOLE"
21a blackhole address
22.BI "UNREACHABLE"
23an unreachable address
24.BI "PROHIBIT"
25a prohibited address
26.BI "THROW"
27FIXME
28.BI "NAT"
29FIXME
30.BI "XRESOLVE"
31FIXME
32.TP
33.BI "--src-type " "type"
34Matches if the source address is of given type
35.TP
36.BI "--dst-type " "type"
37Matches if the destination address is of given type