summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_iprange.h
Commit message (Collapse)AuthorAgeFilesLines
* includes: header updatesJan Engelhardt2010-02-011-21/+0
| | | | | | | | | | | | Update the shipped Linux kernel headers from 2.6.33-rc6, as iptables's ipt_ECN.h for example references ipt_DSCP.h, which no longer exists. Since a number of old code pieces have been removed in the kernel in that fashion, the structs for older versions are moved into the .c file, to keep header updating simple. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libxt_iprange r0Jan Engelhardt2008-01-201-5/+3
| | | | | | Move libipt_iprange to libxt_iprange. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
* add include files for soon-to-be-submitted patches (and build them ↵Harald Welte2003-08-231-0/+23
unconditionally by putting thme in the extensions/Makefile)