summaryrefslogtreecommitdiffstats
path: root/include/ebtables.h
Commit message (Collapse)AuthorAgeFilesLines
* build: update ebtables.h from kernel and drop local unused copyJan Engelhardt2018-06-061-286/+0
| | | | | | | | | | | | Revert 66a97018a31eed416c6a25d051ea172e4d65be1b partly so as to use <linux/netfilter_bridge/ebtables.h> again and import a new ebtables.h from the kernel tree that has the "revision" field. With this, include/ebtables.h is (again) used by no source file, and so can be removed. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Florian Westphal <fw@strlen.de>
* extensions: Add string filter to ebtablesBernie Harris2018-04-271-3/+13
| | | | | | | | | | | | | | | | | | | | 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>
* add EBT_VERDICT_BITSBart De Schuymer2006-12-171-0/+4
|
* *** empty log message ***Bart De Schuymer2003-07-251-31/+31
|
* *** empty log message ***Bart De Schuymer2003-07-241-3/+0
|
* *** empty log message ***Bart De Schuymer2003-07-231-0/+275