summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_physdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Unifies libip[6]t_physdev.c into libxt_physdev.cYasuyuki KOZAKAI2007-07-241-192/+0
|
* 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
|
* get rid of numerous gcc-4 warningsHarald Welte2005-07-191-2/+3
|
* reduce code replication of parse_interface() (Yasuyuki Kozakai)Yasuyuki KOZAKAI2005-06-221-39/+0
|
* make structure initializers use C99 standard (Harald Welte)Harald Welte2005-02-011-14/+12
|
* port physdev to ip6tables (Bart De Schuymer)Bart De Schuymer2004-09-121-0/+232