summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_dscp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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