summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_dscp.c
Commit message (Collapse)AuthorAgeFilesLines
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2005-02-141-6/+0
| | | | Fixes build with conntrack event patch for 2.6
* Pablo Neira: extensions conversion to C99 structure initialization/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=rusty/emailAddress=rusty@netfilter.org2004-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'laforge2002-08-071-3/+3
| | | | in order not to waste the namespace
* move DSCP name/value conversion to libipt_dscp_helper.c (Iain Barnes)laforge2002-06-211-1/+34
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵laforge2002-05-291-2/+2
| | | | naming
* add DSCP matchlaforge2002-03-141-0/+146