summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/ematch/container.c
Commit message (Collapse)AuthorAgeFilesLines
* Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-191-1/+7
| | | | | | | | | | | | Based on clang diagnostics: 1. lib/nl.c: recvmsgs(): nla filling with zeros commented. 2. lib/route/classid.c: & lib/route/pktloc.c: remove zero-filling of struct stat 3. lib/route/qdisc/htb.c: Fix htb_qdisc_msg_fill(): fix zero-filling 4. ematch/container.c: container_parse: commented why only 4 bytes are copied len marked as unused to eliminate compiler warning
* Tons of ematch workThomas Graf2010-10-281-8/+10
| | | | | | | | | | - 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)
* - Reworked the classifier interface.Thomas Graf2009-09-021-0/+39
- Added initial ematch support - Added support for the basic classifier - Added support for the cgroup classifier