summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_condition.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warning on compilation of ip6tables matches/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-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/targets/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org2007-07-241-3/+3
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-02-141-9/+0
| | | | Fixes build with conntrack event patch for 2.6
* the following two patches move the call to check_inverse() to a sanerlaforge2003-04-271-3/+4
| | | | place and surround the condition name by double-quotes in save(). (Stephane Ouellette)
* fix parse error (Stephane Ouellette)laforge2003-03-261-4/+4
|
* update to condition extension, add condition6 (Stephane Ouellette)laforge2003-02-251-0/+114