View | Details | Raw Unified | Return to bug 211425
Collapse All | Expand All

(-)freenet6/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	freenet6
4
PORTNAME=	freenet6
5
DISTVERSION=	6_0_1
5
DISTVERSION=	6_0_1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net ipv6
7
CATEGORIES=	net ipv6
8
MASTER_SITES=	http://go6.net/4105/file.asp?file_id=166&
8
MASTER_SITES=	http://go6.net/4105/file.asp?file_id=166&
9
DISTNAME=	tspc-${PORTVERSION}-src
9
DISTNAME=	tspc-${PORTVERSION}-src
(-)freenet6/files/freenet6.in (+1 lines)
Lines 23-28 Link Here
23
23
24
name=freenet6
24
name=freenet6
25
rcvar=freenet6_enable
25
rcvar=freenet6_enable
26
sig_stop=HUP
26
27
27
command=%%PREFIX%%/bin/gw6c
28
command=%%PREFIX%%/bin/gw6c
28
required_files=%%PREFIX%%/etc/freenet6/gw6c.conf
29
required_files=%%PREFIX%%/etc/freenet6/gw6c.conf
(-)freenet6/files/patch-src__net__icmp_echo_engine.c (+11 lines)
Line 0 Link Here
1
--- src/net/icmp_echo_engine.c~	2016-07-22 01:59:28.030314000 +0800
2
+++ src/net/icmp_echo_engine.c	2016-07-22 01:59:50.803787000 +0800
3
@@ -238,7 +238,7 @@
4
   p_engine->clbk_recv = recv_clbk;
5
 
6
   // Initialize engine socket variables.
7
-  p_engine->icmp_echo_id = pal_getpid();
8
+  p_engine->icmp_echo_id = pal_getpid() % 65536;
9
   p_engine->icmp_saf = af;
10
   switch( p_engine->icmp_saf )
11
   {
(-)freenet6/files/patch-template__freebsd.sh (+10 lines)
Line 0 Link Here
1
--- ./template/freebsd.sh~	2016-07-28 01:40:29.898868000 +0800
2
+++ ./template/freebsd.sh	2016-07-28 01:41:24.448556000 +0800
3
@@ -202,6 +202,7 @@
4
       #
5
       # Configured tunnel config (IPv6) 
6
 	
7
+      Exec $ifconfig $TSP_TUNNEL_INTERFACE inet6 -ifdisabled
8
       Exec $ifconfig $TSP_TUNNEL_INTERFACE inet6 $TSP_CLIENT_ADDRESS_IPV6 $TSP_SERVER_ADDRESS_IPV6 prefixlen $TSP_TUNNEL_PREFIXLEN alias
9
       Exec $ifconfig $TSP_TUNNEL_INTERFACE mtu 1280
10
       # 

Return to bug 211425