summaryrefslogtreecommitdiffstats
path: root/extensions/ebtable_broute.c
Commit message (Collapse)AuthorAgeFilesLines
* extensions: use __attribute__((constructor)) for autoregistrationJan Engelhardt2018-07-021-1/+1
| | | | | | | | | | | The ebtables initialization is easier, and, judging from the "static" recipe in Makefile, that calling ebt_*_register ahead of main is safe. This means that a static build won't need the pseudomain hack, and that -nostartfiles can also go away. Signed-off-by: Florian Westphal <fw@strlen.de>
* general cleanup + add -C and -cBart De Schuymer2005-02-081-0/+8
|
* add shared librariesBart De Schuymer2004-01-211-2/+1
|
* Make ebtables library functionsBart De Schuymer2004-01-141-2/+2
|
* C99 initializersBart De Schuymer2003-08-301-4/+2
|
* cosmetic improvements and some bugfixes (global description)Bart De Schuymer2002-08-131-1/+0
|
* *** empty log message ***Bart De Schuymer2002-07-241-1/+1
|
* Initial revisionBart De Schuymer2002-06-011-0/+25