Author: cieciwa Date: Sat Oct 29 20:35:09 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - snap 20051028 for iptables.
---- Files affected: SOURCES: iptables-nf-ACCOUNT.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SOURCES/iptables-nf-ACCOUNT.patch diff -u SOURCES/iptables-nf-ACCOUNT.patch:1.2 SOURCES/iptables-nf-ACCOUNT.patch:1.3 --- SOURCES/iptables-nf-ACCOUNT.patch:1.2 Fri Sep 16 16:26:18 2005 +++ SOURCES/iptables-nf-ACCOUNT.patch Sat Oct 29 22:35:03 2005 @@ -3,21 +3,9 @@ libipt_ACCOUNT.man | 16 ++++ 3 files changed, 192 insertions(+) -diff -Nur --exclude '*.orig' iptables.org/extensions/Makefile iptables/extensions/Makefile ---- iptables.org/extensions/Makefile 2005-09-16 14:22:37.000000000 +0200 -+++ iptables/extensions/Makefile 2005-09-16 16:18:37.000000000 +0200 -@@ -8,6 +8,8 @@ - PF_EXT_SLIB:=ah addrtype comment connlimit connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype realm rpc sctp standard state tcp tcpmss tos ttl udp unclean CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE MIRROR NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TARPIT TCPMSS TOS TRACE TTL ULOG - PF6_EXT_SLIB:=eui64 hl icmpv6 length limit mac mark multiport owner physdev standard tcp udp HL LOG NFQUEUE MARK TRACE - -+PF_EXT_SLIB+=ACCOUNT -+ - # Optionals - PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) - PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) diff -Nur --exclude '*.orig' iptables.org/extensions/libipt_ACCOUNT.c iptables/extensions/libipt_ACCOUNT.c --- iptables.org/extensions/libipt_ACCOUNT.c 1970-01-01 01:00:00.000000000 +0100 -+++ iptables/extensions/libipt_ACCOUNT.c 2005-09-16 16:04:05.000000000 +0200 ++++ iptables/extensions/libipt_ACCOUNT.c 2005-10-29 22:13:51.000000000 +0200 @@ -0,0 +1,174 @@ +/* Shared library add-on to iptables to add ACCOUNT(ing) support. + Author: Intra2net AG <[EMAIL PROTECTED]> @@ -195,7 +183,7 @@ +} diff -Nur --exclude '*.orig' iptables.org/extensions/libipt_ACCOUNT.man iptables/extensions/libipt_ACCOUNT.man --- iptables.org/extensions/libipt_ACCOUNT.man 1970-01-01 01:00:00.000000000 +0100 -+++ iptables/extensions/libipt_ACCOUNT.man 2005-09-16 16:04:05.000000000 +0200 ++++ iptables/extensions/libipt_ACCOUNT.man 2005-10-29 22:13:51.000000000 +0200 @@ -0,0 +1,16 @@ +A high performance accounting system for local networks. +.TP @@ -213,3 +201,15 @@ +to account the overall traffic to/from your internet provider. + +For more information go to http://www.intra2net.com/opensource/ipt_account +diff -Nur --exclude '*.orig' iptables.org/extensions/Makefile iptables/extensions/Makefile +--- iptables.org/extensions/Makefile 2005-10-28 07:36:55.000000000 +0200 ++++ iptables/extensions/Makefile 2005-10-29 22:16:51.000000000 +0200 +@@ -8,6 +8,8 @@ + PF_EXT_SLIB:=ah addrtype comment connlimit connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype realm rpc sctp standard state tcp tcpmss tos ttl udp unclean CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE MIRROR NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TARPIT TCPMSS TOS TRACE TTL ULOG + PF6_EXT_SLIB:=eui64 hl icmpv6 length limit mac mark multiport owner physdev standard tcp udp HL LOG NFQUEUE MARK TRACE + ++PF_EXT_SLIB+=ACCOUNT ++ + # Optionals + PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) + PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/iptables-nf-ACCOUNT.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
