diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2017-06-16 13:49:28 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2017-06-16 13:49:28 +0000 |
| commit | c2423da314ea47f533df30f9a054e878989eec20 (patch) | |
| tree | 3a3321f67c8dd12c4a4b527d63f411f4a5a1eb6e /net/freenet6/files/patch-template_freebsd.sh | |
| parent | Update to version 1.7.6. (diff) | |
Implement a number of improvments:
- When shutdown, the correct behavior is to send SIGHUP.
- When PID of the gw6c process greater than 65536, it can not perform
timeout ping check correctly, due to echo_id in icmp_hdr is declared as
uint16_t.
- Mute dmesg noise "nd6_dad_timer: cancel DAD on tun0 because of
ND6_IFF_IFDISABLED."
PR: 211425
Submitted by: clive
Notes
Notes:
svn path=/head/; revision=443692
Diffstat (limited to 'net/freenet6/files/patch-template_freebsd.sh')
| -rw-r--r-- | net/freenet6/files/patch-template_freebsd.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/freenet6/files/patch-template_freebsd.sh b/net/freenet6/files/patch-template_freebsd.sh new file mode 100644 index 000000000000..f74cd585ba22 --- /dev/null +++ b/net/freenet6/files/patch-template_freebsd.sh @@ -0,0 +1,11 @@ +--- template/freebsd.sh.orig 2017-06-16 09:11:57 UTC ++++ template/freebsd.sh +@@ -201,7 +201,7 @@ if [ X"${TSP_TUNNEL_MODE}" = X"v6v4" ] || [ X"${TSP_TU + fi + # + # Configured tunnel config (IPv6) +- ++ Exec $ifconfig $TSP_TUNNEL_INTERFACE inet6 -ifdisabled + Exec $ifconfig $TSP_TUNNEL_INTERFACE inet6 $TSP_CLIENT_ADDRESS_IPV6 $TSP_SERVER_ADDRESS_IPV6 prefixlen $TSP_TUNNEL_PREFIXLEN alias + Exec $ifconfig $TSP_TUNNEL_INTERFACE mtu 1280 + # |
