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_nbyte.c
|
bc45ded42ca835a735dcd934e69c17f90442d790 |
|
12-Oct-2007 |
Lionel Elie Mamane <lionel@mamane.lu> |
Fix ematch cmp and nbyte syntax help text. The help/usage screen of ematch cmp and nbyte say recognised symbolic values for "layer FOO" are link, header and next-header, but the code does _not_ implement that: it will recognise "next-header" as what is supposed to be "header" and will not recognise "header". The right symbolic values seem to be link, network, transport. Here is a patch that changes the help/usage screen to match the code. (http://bugs.debian.org/438653) Signed-off-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/tc/em_nbyte.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_nbyte.c
|
311b41454dc445639924c691a949bd15fbfab0cb |
|
23-Jun-2005 |
shemminger <shemminger> |
Add new extended match files.
/external/iproute2/tc/em_nbyte.c
|