summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* extensions: Drop MakefilePhil Sutter2019-04-031-30/+0
| | | | | | | | | Sources contained in there are built from toplevel Makefile.am. This seems like a leftover from commit 131920089dc21 ("build: move to automake"). Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* extensions: use __attribute__((constructor)) for autoregistrationJan Engelhardt2018-07-021-2/+2
| | | | | | | | | | | 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>
* extensions: Add string filter to ebtablesBernie Harris2018-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | This patch is part of a proposal to add a string filter to ebtables, which would be similar to the string filter in iptables. Like iptables, the ebtables filter uses the xt_string module, however some modifications have been made for this to work correctly. Currently ebtables assumes that the revision number of all match modules is 0. The xt_string module doesn't register a match with revision 0 so the solution is to modify ebtables to allow extensions to specify a revision number, similar to iptables. This gets passed down to the kernel, which is then able to find the match module correctly. Signed-off-by: Bernie Harris <bernie.harris@alliedtelesis.co.nz> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* respect LDFLAGS (Peter Volkov)Bart De Schuymer2011-08-111-1/+1
|
* add LDFLAGS (Peter Volkov)Bart De Schuymer2010-03-161-1/+1
|
* add nflog to the build processBart De Schuymer2009-02-121-1/+1
|
* Kuo-Lang Tseng et al: add ipv6 supportBart De Schuymer2008-02-211-1/+1
|
* shared libraries need fPICBart De Schuymer2006-12-141-2/+2
|
* deal with multiple declaration of _initBart De Schuymer2006-08-171-2/+2
|
* add ulog watcherBart De Schuymer2004-11-201-1/+1
|
* add shared librariesBart De Schuymer2004-01-211-0/+16
|
* *** empty log message ***Bart De Schuymer2003-09-271-1/+1
|
* add arpreplyBart De Schuymer2003-08-141-1/+2
|
* add stp matchBart De Schuymer2003-07-171-1/+1
|
* add pkttype and 802_3Bart De Schuymer2003-05-121-1/+1
|
* Added $(PROGSPECS)fnm32002-11-211-2/+2
|
* new compile methodBart De Schuymer2002-11-201-2/+3
|
* add markBart De Schuymer2002-07-241-1/+1
|
* Initial revisionBart De Schuymer2002-06-011-0/+12