summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_policy.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix invalid assignment of tunnel-src to dest address (Patrick McHardy)Patrick McHardy2006-01-091-2/+2
|
* Add policy match extensions from patch-o-maticPatrick McHardy2005-11-191-0/+471