Cong Wang
c855e4fef5
add declaration for rtnl_basic_add_action()
...
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-12-11 09:11:23 +01:00
Thomas Graf
85c0192455
Revert "basic: Add missing declaration for rtnl_basic_add_action()"
...
This reverts commit 4b84836085
.
2013-12-11 09:10:32 +01:00
Thomas Graf
7744a5a7ce
Revert "basic: Declare rtnl_act in basic.h to silence warning"
...
This reverts commit a858d996e9
.
2013-12-11 09:10:26 +01:00
Thomas Graf
a858d996e9
basic: Declare rtnl_act in basic.h to silence warning
...
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-12-09 15:43:33 +01:00
Thomas Graf
4b84836085
basic: Add missing declaration for rtnl_basic_add_action()
...
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-12-09 15:39:11 +01:00
Cong Wang
efdde42fcc
basic: add action removal API
...
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-12-09 15:38:09 +01:00
Thomas Graf
6627ec3836
tc: fix included headers
...
Reported-by: Adrian Ban <adrian.ban@mantech.ro>
2012-05-16 13:42:05 +02:00
Thomas Graf
d7a561a137
Tons of ematch work
...
- 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)
2010-10-29 00:20:42 +02:00
Thomas Graf
ef858fb492
- Reworked the classifier interface.
...
- Added initial ematch support
- Added support for the basic classifier
- Added support for the cgroup classifier
2009-09-02 18:31:14 +02:00