summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_dscp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add IPv6 support to dscp match.Yasuyuki KOZAKAI2007-07-241-172/+0
|
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
| | | | | | | | | This changes the type of arguments as follows - ipt_ip * -> void * - ipt_entry * -> void * This patch doesn't change multiport, DNAT, SNAT, MASQUERADE, REDIRECT because these need more changes (casting void * variable with intended type)
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
|
* get rid of numerous gcc-4 warningsHarald Welte2005-07-191-1/+1
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-6/+0
| | | | Fixes build with conntrack event patch for 2.6
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-14/+13
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* rename '--class' into '--dscp-class' and '--set-class' into '--set-dscp-class'Harald Welte2002-08-071-3/+3
| | | | in order not to waste the namespace
* move DSCP name/value conversion to libipt_dscp_helper.c (Iain Barnes)Iain Barnes2002-06-211-1/+34
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* add DSCP matchHarald Welte2002-03-141-0/+146