libip6t_ipv6header.man revision 28e5b79eee634792b81bae754a321543cb29539e
1This module matches IPv6 extension headers and/or upper layer header.
2.TP
3.BR "--header " "[!] \fIheader\fP[,\fIheader\fP...]"
4Matches the packet which EXACTLY includes all specified headers. The headers
5encapsulated with ESP header are out of scope.
6.IR header
7can be
8.IR hop | hop-by-hop
9(Hop-by-Hop Options header),
10.IR dst
11(Destination Options header),
12.IR route
13(Routing header),
14.IR frag
15(Fragment header),
16.IR auth
17(Authentication header),
18.IR esp
19(Encapsulating Security Payload header),
20.IR none
21(No Next header) which matches 59 in the 'Next Header field' of IPv6 header or any IPv6 extension headers, or
22.IR proto
23which matches any upper layer protocol header. A protocol name from /etc/protocols and numeric value also allowed. The number 255 is equivalent to
24.IR proto .
25.TP
26.BR "[--soft]"
27Matches if the packet includes all specified headers with
28.BR --header ,
29AT LEAST.
30