| Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 1 | Match on IPv6 routing header |
| 2 | .TP |
| Patrick McHardy | 510aef9 | 2008-06-02 12:48:48 +0200 | [diff] [blame] | 3 | [\fB!\fP] \fB--rt-type\fP \fItype\fP |
| Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 4 | Match the type (numeric). |
| 5 | .TP |
| Patrick McHardy | 510aef9 | 2008-06-02 12:48:48 +0200 | [diff] [blame] | 6 | [\fB!\fP] \fB--rt-segsleft\fP \fInum\fP[\fB:\fP\fInum\fP] |
| Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 7 | Match the `segments left' field (range). |
| 8 | .TP |
| Patrick McHardy | 510aef9 | 2008-06-02 12:48:48 +0200 | [diff] [blame] | 9 | [\fB!\fP] \fB--rt-len\fP \fIlength\fP |
| Yasuyuki KOZAKAI | 28e5b79 | 2006-01-30 08:50:09 +0000 | [diff] [blame] | 10 | Match the length of this header. |
| Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 11 | .TP |
| Yasuyuki KOZAKAI | 28e5b79 | 2006-01-30 08:50:09 +0000 | [diff] [blame] | 12 | .BR "--rt-0-res" |
| Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 13 | Match the reserved field, too (type=0) |
| 14 | .TP |
| Patrick McHardy | 510aef9 | 2008-06-02 12:48:48 +0200 | [diff] [blame] | 15 | \fB--rt-0-addrs\fP \fIaddr\fP[\fB,\fP\fIaddr\fP...] |
| Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 16 | Match type=0 addresses (list). |
| 17 | .TP |
| Yasuyuki KOZAKAI | 28e5b79 | 2006-01-30 08:50:09 +0000 | [diff] [blame] | 18 | .BR "--rt-0-not-strict" |
| Henrik Nordstrom | c279413 | 2004-01-22 15:04:24 +0000 | [diff] [blame] | 19 | List of type=0 addresses is not a strict list. |