summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_ulog.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Jan Engelhardt: remove unneedd macroBart De Schuymer2008-02-031-1/+1
|
* fix --ulogBart De Schuymer2005-07-241-1/+1
|
* general cleanup + add -C and -cBart De Schuymer2005-02-081-22/+24
|
* add ulog watcherBart De Schuymer2004-11-201-0/+184