Add xt_quota2

Support for inversion, upcounting, and changing the quota/counter
through sysfs.
This commit is contained in:
Jan Engelhardt
2008-06-07 13:36:56 +02:00
parent df6d795d22
commit a1e915a984
7 changed files with 328 additions and 0 deletions

View File

@@ -44,8 +44,10 @@
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 23)
# define init_net xtnu_ip_route_output_key /* yes */
# define init_net__loopback_dev (&loopback_dev)
# define init_net__proc_net proc_net
#else
# define init_net__loopback_dev init_net.loopback_dev
# define init_net__proc_net init_net.proc_net
#endif
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 22)