Merge to iptables-1.3.5
[iptables.git] / extensions / libip6t_rt.man
1 Match on IPv6 routing header
2 .TP
3 .BR "--rt-type" " [!] \fItype\fP"
4 Match the type (numeric).
5 .TP
6 .BR "--rt-segsleft" " [!] \fInum\fP[:\fInum\fP]"
7 Match the `segments left' field (range).
8 .TP
9 .BR "--rt-len" " [!] \fIlength\fP"
10 Match the length of this header.
11 .TP
12 .BR "--rt-0-res"
13 Match the reserved field, too (type=0)
14 .TP
15 .BR "--rt-0-addrs" " \fIADDR\fP[,\fIADDR\fP...]"
16 Match type=0 addresses (list).
17 .TP
18 .BR "--rt-0-not-strict"
19 List of type=0 addresses is not a strict list.