History log of /external/iproute2/tc/em_meta.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a07c6d61355a9558676d1071cb55969ce4a7d46e 29-Sep-2014 Andy Furniss <adf.lists@gmail.com> add missing underscore to man page and example nf_mark ematch

The man page and the "fail" example are missing an underscore in the
nf_mark ematch.

eg.

tc filter add dev eth0 parent ffff: basic match 'meta(nfmark gt 24)'
classid 2:4

meta: unknown meta id

... >>meta(nfmark gt 24)<< ...
... meta(>>nfmark<< gt 24)...
Usage: meta(OBJECT { eq | lt | gt } OBJECT)
where: OBJECT := { META_ID | VALUE }
META_ID := id [ shift SHIFT ] [ mask MASK ]

Example: meta(nfmark gt 24)
meta(indev shift 1 eq "ppp")
meta(tcindex mask 0xf0 eq 0xf0)

For a list of meta identifiers, use meta(list).
Illegal "ematch"

meta(list) does correctly show nf_mark and the above test works with
nf_mark.

Signed-off-by: Andy Furniss adf.lists@gmail.com
/external/iproute2/tc/em_meta.c
ff24746cca1ef0c92d46614158e6672acd6b63d3 10-Apr-2012 Stephen Hemminger <shemminger@vyatta.com> Convert to use rta_getattr_ functions

User new functions (inspired by libmnl) to do type safe access
of routeing attributes
/external/iproute2/tc/em_meta.c
05b4f8492b1f605e78e7ff961cb165a475f456bc 04-Nov-2009 Mike Frysinger <vapier@gentoo.org> tc: remove dlfcn.h from files that dont need it

A bunch of source files look like they're copy & pasted from other files,
and some include header files that they don't actually need. Since dlfcn
has very specific usage (and is a pain on a static-only system), drop it
where it isn't really needed.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
/external/iproute2/tc/em_meta.c
11bbe7fd11d5b39e2a136f9d29acef02ce33bf00 30-Jul-2008 Denys Fedoryshchenko <denys@visp.net.lb> long/ulong iproute-git fix

This patch fixes bug in Metadata ematch attributes parser

strtoul on error return ULONG_MAX, not LONG_MAX

Patch attached as file
/external/iproute2/tc/em_meta.c
ba26a6e853aeadc609238bf2f6258249fb2f47ce 05-Feb-2008 Stephen Hemminger <stephen.hemminger@vyatta.com> fix typos in help message for meta match

Make sure examples actually work.
/external/iproute2/tc/em_meta.c
5e76a87d4c87d15467a13268bac7380ee7acc9b7 05-Feb-2008 Stephen Hemminger <stephen.hemminger@vyatta.com> Change where vlan option shows up in help

Vlan should not be in the socket section
/external/iproute2/tc/em_meta.c
9becb950e95f9f2b9650e34ec0e0973300e981a4 24-Jan-2008 Stephen Hemminger <stephen.hemminger@vyatta.com> vlan meta tag match

Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/tc/em_meta.c
6140785236f9dcddde0c61542dcbe9593e7ab650 11-Jul-2007 Patrick McHardy <kaber@trash.net> Fix meta ematch usage of 0 values

em_meta doesn't send 0 values to the kernel. breaking matching on them and
resulting in "Missing value TLV" messages on dump.

Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iproute2/tc/em_meta.c
ae665a522bd46bea44c5ea84c89c8b1731954170 05-Dec-2006 Stephen Hemminger <shemminger@osdl.org> Remove trailing whitespace

Go through source files and remove all trailing whitespace

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/tc/em_meta.c
6864c1e7890c65dd2ee037809f772790b04792b4 08-Aug-2005 shemminger <shemminger> Update to latest kernel headers.
Fix out of range on paretonormal
/external/iproute2/tc/em_meta.c
311b41454dc445639924c691a949bd15fbfab0cb 23-Jun-2005 shemminger <shemminger> Add new extended match files.
/external/iproute2/tc/em_meta.c