summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_policy.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type)
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
|
* make policy match compile independant of kernel headersv1.3.5Harald Welte2006-02-011-1/+1
|
* Prepare policy match for x_tables unification by making sure bothPatrick McHardy2006-01-311-4/+4
| | | | ipt_policy and ip6t_policy use the same data structure.
* Fix "empty policy element" complaining in non-strict mode.Noticed by Tom Eastep2006-01-221-1/+2
| | | | Noticed by Tom Eastep <teastep@shorewall.net>.
* Move empty policy element check to also catch last elementPatrick McHardy2006-01-121-5/+6
|
* Don't allow using --next option without specifying a policy elementPatrick McHardy2006-01-121-2/+7
|
* Add policy match extensions from patch-o-maticPatrick McHardy2005-11-191-0/+429