SOURCES (LINUX_2_6_28): kernel-ipt_account.patch - blah, now works

zbyniu zbyniu at pld-linux.org
Thu Mar 26 02:07:43 CET 2009


Author: zbyniu                       Date: Thu Mar 26 01:07:43 2009 GMT
Module: SOURCES                       Tag: LINUX_2_6_28
---- Log message:
- blah, now works

---- Files affected:
SOURCES:
   kernel-ipt_account.patch (1.1.2.6.12.1 -> 1.1.2.6.12.2) 

---- Diffs:

================================================================
Index: SOURCES/kernel-ipt_account.patch
diff -u SOURCES/kernel-ipt_account.patch:1.1.2.6.12.1 SOURCES/kernel-ipt_account.patch:1.1.2.6.12.2
--- SOURCES/kernel-ipt_account.patch:1.1.2.6.12.1	Wed Mar 25 21:52:24 2009
+++ SOURCES/kernel-ipt_account.patch	Thu Mar 26 02:07:37 2009
@@ -1,7 +1,7 @@
 diff -uNrp linux/net/ipv4/netfilter/ipt_account.c linux/net/ipv4/netfilter/ipt_account.c
 --- linux/net/ipv4/netfilter/ipt_account.c	1970-01-01 01:00:00.000000000 +0100
 +++ linux/net/ipv4/netfilter/ipt_account.c	2007-08-04 16:22:15.000000000 +0200
-@@ -0,0 +1,981 @@
+@@ -0,0 +1,985 @@
 +/* Copyright (c) 2004-2007 Piotr 'QuakeR' Gasidlo <quaker at barbara.eu.org>
 + *
 + * This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
 +
 +#define IPT_ACCOUNT_VERSION "0.1.21"
 +
-+//#define DEBUG_IPT_ACCOUNT
++#define DEBUG_IPT_ACCOUNT
 +
 +MODULE_AUTHOR("Piotr Gasidlo <quaker at barbara.eu.org>");
 +MODULE_DESCRIPTION("Traffic accounting module");
@@ -622,8 +622,8 @@
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,21)
 +  .family = AF_INET,
 +#endif  
-+  .match = &match, 
-+  .checkentry = &checkentry, 
++  .match = match, 
++  .checkentry = checkentry, 
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,17)
 +  .matchsize = sizeof(struct t_ipt_account_info),
 +#endif  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-ipt_account.patch?r1=1.1.2.6.12.1&r2=1.1.2.6.12.2&f=u



More information about the pld-cvs-commit mailing list