summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_HL.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
|
* Use C99 initializersHarald Welte2005-02-011-11/+11
|
* Limit ttl-value to 0-255 (Maciej Soltysiak <solt@dns.toxicfilms.tv>)Maciej Soltysiak2004-07-281-5/+7
|
* apply ipv6 hoplimit (hl match, HL target) patch (Maciej Soltysiak ↵Maciej Soltysiak2003-01-081-0/+164
<solt@dns.toxicfilms.tv>)