summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_NFQUEUE.c
Commit message (Collapse)AuthorAgeFilesLines
* Unifies libip[6]t_NFQUEUE.c into libxt_NFQUEUE.cYasuyuki KOZAKAI2007-07-241-114/+0
|
* 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
|
* port Eric Leblond's NFQUEUE missing-break fix to ip6tablesHarald Welte2005-08-051-0/+1
|
* add NFQUEUE support for ipv4 and ipv6Harald Welte2005-07-191-0/+113