summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/ematch_grammar.l
Commit message (Collapse)AuthorAgeFilesLines
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
| | | | | | | This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* Support for meta matchThomas Graf2010-10-311-1/+55
| | | | | Syntax: meta(pktlen > 768)
* text ematch supportThomas Graf2010-10-291-0/+3
|
* Tons of ematch workThomas Graf2010-10-281-0/+105
- Fixes a bunch of bugs related to ematches - Adds support for the nbyte ematch - Adds a bison/flex parser for ematch expressions, expressions may look like this: ip.length > 256 && pattern(ip6.src = 3ffe::/16) documenation on syntax follows - adds ematch support to the basic classifier (--ematch EXPR)