summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2010-12-26 00:40:37 +0100
committerSeth Mos <seth.mos@dds.nl>2010-12-26 00:40:37 +0100
commit196b6749b8654519030dea7fb606b60a2624fb0d (patch)
treea3b07923b77de60584942df8e2e0674a6f244388
parente802607ff2ddea72436d5db5dc71fbe596ea8b16 (diff)
downloadpfsense-196b6749b8654519030dea7fb606b60a2624fb0d.zip
pfsense-196b6749b8654519030dea7fb606b60a2624fb0d.tar.gz
call interfaces_gif_configure() before proceeding with system routing configure so that the tunnel is up when adding routes.
-rw-r--r--etc/inc/system.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 5219c32..06ec9fc 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -306,6 +306,9 @@ function system_routing_configure($interface = "") {
echo "system_routing_configure() being called $mt\n";
}
+ /* configure gif interfaces for ipv6 tunnels */
+ interfaces_gif_configure();
+
$gatewayip = "";
$interfacegw = "";
$foundgw = false;
OpenPOWER on IntegriCloud