summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_SECMARK.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-4/+4
|
* D'oh .. I'm not too smart, forgot to add the new files in the previous ↵Patrick McHardy2006-05-241-0/+125
patches :)