Jan Engelhardt
13db8d78c9
extensions: make print (iptables -L) output the same as save (-S)
2013-05-30 17:16:56 +02:00
Florian Westphal
3a6e73e986
xt_psd: add IPv6 support
...
Because most users will probably only use IPv4 psd, allocate most of the
state6 storage when the first IPv6 psd rule is added, and not at module
load time via .bss.
2012-09-18 03:33:37 +02:00
Florian Westphal
d66d07d01d
psd: move defines to user/kernelspace part where possible
...
Some of these defines have no meaning in userspace, so there
is no need to make those available.
2012-06-15 15:17:30 +02:00
Florian Westphal
3736a265d8
psd: reduce size of struct host
...
We can use u16, saving 8 bytes total (weight cannot exceed
PSD_MAX_RATE, 10000). Also re-format comments & struct initializers.
No functional changes.
2012-06-15 15:17:21 +02:00
Jan Engelhardt
ebfa77795a
build: preliminary support for iptables 1.4.11
2011-02-02 05:09:58 +01:00
Jan Engelhardt
b5e2c7255a
build: add workaround for broken linux-glibc-devel 2.6.34 userspace headers
2010-09-23 02:37:45 +02:00
Jan Engelhardt
414e95ffb1
extensions: replace AF/PF with NFPROTO
...
Needs one update of netfilter.h to something recent, too.
2010-03-17 02:20:39 +01:00
Jan Engelhardt
efd4c91557
psd: style: remove braces for single statements in ifs
2009-08-16 12:40:44 +02:00
Jan Engelhardt
0887365f8b
psd: remove whitespace at EOL
2009-08-14 20:15:00 +02:00
Mohd Nawawi Mohamad Jamili
2aa32d4bce
psd: import 20090807 code base
2009-08-12 21:59:33 +02:00