summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_dst.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
|
* 1- Fix preprocessor directive usage,Harald Welte2003-09-041-55/+54
| | | | | | | | 2- Redefine UNAME and LNAME macros such that their value is determined at compile-time, not at run-time, 3- Modify all printf() calls that use LNAME and UNAME to take advantage of the compile-time macro definitions, 4- More indentation fixes. (Stephane Ouellette)
* various cosmetic / c99 cleanups (Stephane Ouellette)Stephane Ouellette2003-08-231-33/+39
|
* fix all compile warnings within iptables extensions (fabrice)Fabrice MARIE2002-06-141-23/+2
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* new HBH and DSTopts match for IPv6 by kiszaAndrás Kis-Szabó2002-04-291-0/+285