summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_CONNSECMARK.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 *
* Replaces ip6t_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
|
* secmark: Add libip6t_CONNSECMARKJames Morris2006-05-241-0/+124
This patch adds the shared library module for the CONNSECMARK target (IPv6). Signed-off-by: James Morris <jmorris@namei.org>