mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
Freenet is the Freenet6 Tunnel Setup Protocol Client PR: 31791 Submitted by: Edwin Groothuis <edwin@mavetju.org>
12 lines
399 B
Bash
12 lines
399 B
Bash
--- template/freebsd4.sh.orig Thu Oct 11 16:40:29 2001
|
|
+++ template/freebsd4.sh Thu Oct 11 16:40:48 2001
|
|
@@ -110,6 +110,9 @@
|
|
# Delete any default IPv6 route first
|
|
Exec $route delete -inet6 default
|
|
Exec $route add -inet6 default -interface $TSP_TUNNEL_INTERFACE
|
|
+
|
|
+ # Save interface for later
|
|
+ echo $TSP_TUNNEL_INTERFACE > /var/run/tspc.if
|
|
fi
|
|
|
|
# Router configuration if required
|