Author: baggins                      Date: Tue Sep 27 00:50:15 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- added missing Kconfig entry

---- Files affected:
SOURCES:
   linux-2.6-nf-ACCOUNT.patch (1.1.2.2 -> 1.1.2.3) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-nf-ACCOUNT.patch
diff -u SOURCES/linux-2.6-nf-ACCOUNT.patch:1.1.2.2 
SOURCES/linux-2.6-nf-ACCOUNT.patch:1.1.2.3
--- SOURCES/linux-2.6-nf-ACCOUNT.patch:1.1.2.2  Fri Sep 16 16:36:05 2005
+++ SOURCES/linux-2.6-nf-ACCOUNT.patch  Tue Sep 27 02:50:10 2005
@@ -4,6 +4,34 @@
  net/ipv4/netfilter/ipt_ACCOUNT.c           | 1103 
+++++++++++++++++++++++++++++
  4 files changed, 1215 insertions(+)
 
+--- linux-2.6.13.1.org/net/ipv4/netfilter/Kconfig      
(.../branches/vanilla-2.6.12.x) (revision 6284)
++++ linux-2.6.13.1/net/ipv4/netfilter/Kconfig  (.../trunk)     (revision 6284)
+@@ -419,6 +445,25 @@
+ 
+         To compile it as a module, choose M here.  If unsure, say N.
+ 
++config IP_NF_TARGET_ACCOUNT
++      tristate "ACCOUNT target support"
++      depends on IP_NF_IPTABLES
++      help
++        The ACCOUNT target is a high performance accounting system for local 
networks.
++        It takes two parameters: --addr network/netmask and --tname NAME.
++
++        --addr is the subnet which is accounted for
++        --tname is the table name where the information is stored
++
++        The data can be queried later using the libipt_ACCOUNT userspace 
library
++        or by the "iptaccount" tool which is part of the libipt_ACCOUNT 
package.
++
++        A special subnet is "0.0.0.0/0": All data is stored in the src_bytes
++        and src_packets structure of slot "0". This is useful if you want
++        to account the overall traffic to/from your internet provider.
++
++        To compile it as a module, choose M here.  If unsure, say N.
++
+ config IP_NF_TARGET_TCPMSS
+       tristate "TCPMSS target support"
+       depends on IP_NF_IPTABLES
 diff -Nur --exclude '*.orig' 
linux-2.6.13.1.org/include/linux/netfilter_ipv4/ip_tables.h 
linux-2.6.13.1/include/linux/netfilter_ipv4/ip_tables.h
 --- linux-2.6.13.1.org/include/linux/netfilter_ipv4/ip_tables.h        
2005-09-10 04:42:58.000000000 +0200
 +++ linux-2.6.13.1/include/linux/netfilter_ipv4/ip_tables.h    2005-09-16 
16:08:00.000000000 +0200
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-ACCOUNT.patch?r1=1.1.2.2&r2=1.1.2.3&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to