summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_limit.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>
* ebtables: extensions: Constify option structGargi Sharma2017-03-281-1/+1
| | | | | | | | | The struct of the type option is only used to initialise a field inside the ebt_u_watcher or ebt_u_target or ebt_u_match struct and is not modified anywhere. Signed-off-by: Gargi Sharma <gs051095@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* extensions: Use stdint typesFelix Janda2015-05-211-5/+5
| | | | | Signed-off-by: Felix Janda <felix.janda@posteo.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* make string_to_number() staticBart De Schuymer2009-02-121-1/+1
|
* Jan Engelhardt: remove unneedd macroBart De Schuymer2008-02-031-1/+1
|
* general cleanup + add -C and -cBart De Schuymer2005-02-081-30/+28
|
* add ebtablesu scheme, along with general cleanupBart De Schuymer2005-01-191-9/+9
|
* add shared librariesBart De Schuymer2004-01-211-6/+5
|
* Make ebtables library functionsBart De Schuymer2004-01-141-5/+5
|
* *** empty log message ***Bart De Schuymer2003-11-021-1/+3
|
* Tom Marshall <tommy_at_home.tig-grr.com>Bart De Schuymer2003-09-181-0/+219