blob: daf81264e817bf737066d6be2cb90756f8d44c10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|