Changeset b917538 in freewrt for package/iptables/patches/01-ipp2p.patch
- Timestamp:
- Oct 1, 2006, 10:31:51 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- edaeca5
- Parents:
- 2f09cbe
- File:
-
- 1 moved
-
package/iptables/patches/01-ipp2p.patch (moved) (moved from package/iptables/patches/01-ipp2p-0.8.1rc1.patch ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/iptables/patches/01-ipp2p.patch
r2f09cbe rb917538 1 diff -urN iptables.old/extensions/Makefile iptables.dev/extensions/Makefile 2 --- iptables.old/extensions/Makefile 2005-07-20 04:22:56.000000000 +0200 3 +++ iptables.dev/extensions/Makefile 2006-03-23 14:42:28.000000000 +0100 4 @@ -8,6 +8,10 @@ 5 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 6 PF6_EXT_SLIB:=eui64 hl icmpv6 length limit mac mark multiport owner physdev standard tcp udp HL LOG NFQUEUE MARK TRACE 7 8 + 9 +# ipp2p 10 +PF_EXT_SLIB += ipp2p 11 + 12 # Optionals 13 PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) 14 PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) 15 diff -urN iptables.old/extensions/libipt_ipp2p.c iptables.dev/extensions/libipt_ipp2p.c 16 --- iptables.old/extensions/libipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100 17 +++ iptables.dev/extensions/libipt_ipp2p.c 2006-03-23 14:43:26.000000000 +0100 1 diff -Nur iptables-1.3.6/extensions/libipt_ipp2p.c iptables-1.3.6.ipp2p/extensions/libipt_ipp2p.c 2 --- iptables-1.3.6/extensions/libipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100 3 +++ iptables-1.3.6.ipp2p/extensions/libipt_ipp2p.c 2006-09-30 13:27:55.000000000 +0200 18 4 @@ -0,0 +1,401 @@ 19 5 + … … 418 404 +} 419 405 + 420 diff -urN iptables.old/include/linux/netfilter_ipv4/ipt_ipp2p.h iptables.dev/include/linux/netfilter_ipv4/ipt_ipp2p.h 421 --- iptables.old/include/linux/netfilter_ipv4/ipt_ipp2p.h 1970-01-01 01:00:00.000000000 +0100 422 +++ iptables.dev/include/linux/netfilter_ipv4/ipt_ipp2p.h 2006-03-23 14:44:26.000000000 +0100 406 diff -Nur iptables-1.3.6/extensions/Makefile iptables-1.3.6.ipp2p/extensions/Makefile 407 --- iptables-1.3.6/extensions/Makefile 2006-09-28 18:40:32.000000000 +0200 408 +++ iptables-1.3.6.ipp2p/extensions/Makefile 2006-09-30 13:24:45.000000000 +0200 409 @@ -13,6 +13,9 @@ 410 PF6_EXT_SE_SLIB:=SECMARK CONNSECMARK 411 endif 412 413 +# ipp2p 414 +PF_EXT_SLIB += ipp2p 415 + 416 # Optionals 417 PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) 418 PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T))) 419 diff -Nur iptables-1.3.6/include/linux/netfilter_ipv4/ipt_ipp2p.h iptables-1.3.6.ipp2p/include/linux/netfilter_ipv4/ipt_ipp2p.h 420 --- iptables-1.3.6/include/linux/netfilter_ipv4/ipt_ipp2p.h 1970-01-01 01:00:00.000000000 +0100 421 +++ iptables-1.3.6.ipp2p/include/linux/netfilter_ipv4/ipt_ipp2p.h 2006-09-30 13:23:16.000000000 +0200 423 422 @@ -0,0 +1,31 @@ 424 423 +#ifndef __IPT_IPP2P_H 425 424 +#define __IPT_IPP2P_H 426 +#define IPP2P_VERSION "0.8. 1_rc1"425 +#define IPP2P_VERSION "0.8.2" 427 426 + 428 427 +struct ipt_p2p_info {
Note:
See TracChangeset
for help on using the changeset viewer.
