summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/exthdr.t
Commit message (Collapse)AuthorAgeFilesLines
* exthdr: Implement existence checkPhil Sutter2017-03-101-0/+19
This allows to check for existence of an IPv6 extension or TCP option header by using the following syntax: | exthdr frag exists | tcpopt window exists Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>