summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_NFLOG.c
Commit message (Collapse)AuthorAgeFilesLines
* Unifies libip[6]t_NFLOG into libxt_NFLOGYasuyuki KOZAKAIYasuyuki KOZAKAI2007-08-041-162/+0
|
* Revert commit 6990.Yasuyuki KOZAKAI2007-08-041-0/+162
| | | | That log is not correct and .NF_LOG-testx has incorrect mode.
* Unifies libip[6]t_state into libxt_stateYasuyuki KOZAKAIYasuyuki KOZAKAI2007-08-041-162/+0
|
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* The option struct needs to be terminated, otherwise ip{,6}tablesJan Engelhardt2007-07-301-0/+1
| | | | | | will access illegal memory in merge_options(). Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
* Fixes warning on compilation of ip6tables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | This changes the type of arguments as follows - ip6t_ip6 * -> void * - ip6t_entry * -> void *
* Fix cut and paste error breaking use of groups != 0Patrick McHardy2007-03-061-6/+6
|
* Add target extensions for new NFLOG targetPatrick McHardy2006-12-031-0/+161