summaryrefslogtreecommitdiffstats
path: root/include/ebtables.h
Commit message (Collapse)AuthorAgeFilesLines
* 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