summaryrefslogtreecommitdiffstats
path: root/include/ip6tables.h
Commit message (Collapse)AuthorAgeFilesLines
* Add UDPLITE multiport supportPatrick McHardy2007-01-111-0/+3
|
* load ip_[6]tables.ko just before checking revision support in kernel.Yasuyuki KOZAKAI2006-11-131-0/+1
|
* changes IP6T_SO_GET_REVISION_{MATCH,TARGET} to 68,69Yasuyuki KOZAKAI2006-11-131-2/+2
| | | | 66 and 67 is conflicted with IPv6 Advanced API in kernel <= 2.6.18.
* - Add revision support to ip6tables.Rémi Denis-Courmont2006-10-201-0/+15
| | | | | - Add support port range match to libip6t_multiport (R?mi Denis-Courmont <rdenis@simphalempin.com>)
* reduce parse_*_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-0/+1
| | | | | The below patch (dependent upon my 'reduce service_to_port duplication' patch) centralizes the parse_*_port functions into parse_port.
* reduce service_to_port duplication (Phil Oester <kernel@linuxace.com>)Phil Oester2006-07-201-0/+1
| | | | | The service_to_port function is used in a number of places, and could benefit from some centralization instead of being duplicated everywhere.
* Add DCCP/SCTP support to multiport. Patch for kernel will go in 2.6.18.Patrick McHardy2006-04-281-0/+7
|
* Multiple matches of the same type can be specified on the commandline.Joszef Kadlecsik2006-03-031-0/+4
| | | | | | | | | | If two or more matches of the same type are detected then the options are assumed to be grouped in order to tell which option belongs to which match: ... -m foo ... <options0> ... -m foo ... <options1> ... Otherwise the commandline parsing is unmodified.
* Fix probing for supported revisions (Jones Desougi <jones@ingate.com>)Jones Desougi2005-12-221-0/+1
| | | | Bugzilla #413
* reduce code replication of parse_interface() (Yasuyuki Kozakai)Yasuyuki KOZAKAI2005-06-221-0/+2
|
* Fix setting lib_dir in ip*tables-{save,restore}Martin Josefsson2004-12-271-0/+4
|
* Bloody copy-n-edit. Make sure to use matches in the order they are given...Martin Josefsson2004-02-021-2/+8
|
* port 'line number on error in iptables-restore' from ipv4Harald Welte2003-03-051-0/+2
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+6
| | | | - iptables-save/-restore is no longer experimental
* Added support for iptables-restore module-load-on-demand (a. van schie)Harald Welte2001-06-161-0/+1
|
* ip6tables fixes by Fabrice MaurieFabrice MARIE2001-05-051-2/+4
|
* ip6tables-save/-restore by Kis-Szabo AndrasAndrás Kis-Szabó2001-02-261-0/+5
|
* Jan Echternach's const tweak.Jan Echternach2000-08-271-1/+1
|
* Philip Blundell's IPv6 fixes.Philip Blundell2000-05-151-2/+14
|
* IPv6 enhancements.Rusty Russell2000-05-021-0/+107