summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_standard.c
Commit message (Collapse)AuthorAgeFilesLines
* Unifies libip[6]t_standard.c into libxt_standard.cYasuyuki KOZAKAI2007-07-241-66/+0
|
* Fixes warning on compilation of ip6tables matches/targetsYasuyuki KOZAKAI2007-07-241-2/+2
| | | | | | 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-3/+3
|
* make structure initializers use C99 standard (Harald Welte)Harald Welte2005-02-011-14/+11
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* Aligning matchsize and targetsize now responsibility of extension writersRusty Russell2000-07-031-2/+2
| | | | (PPC fix).
* Phil's missing file 8)Philip Blundell2000-06-081-0/+68