summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-05-21 23:14:51 +0200
committerSeth Mos <seth.mos@dds.nl>2011-05-21 23:14:51 +0200
commit69bd3cc0f7f88ba92eb57c99220ee69e3c714c25 (patch)
treecc9020ccb60c3a333f82d6d942ac0723baf2298e /etc
parent3be49c5fc342fb426846c1311c46b2a993b49e82 (diff)
downloadpfsense-69bd3cc0f7f88ba92eb57c99220ee69e3c714c25.zip
pfsense-69bd3cc0f7f88ba92eb57c99220ee69e3c714c25.tar.gz
Comment out the interface_gif_configure(). It is causing more issues then it is solving.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index a4acb22..d88218f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -318,7 +318,7 @@ function system_routing_configure($interface = "") {
}
/* configure gif interfaces for ipv6 tunnels */
- interfaces_gif_configure();
+ // interfaces_gif_configure();
$gatewayip = "";
$interfacegw = "";
OpenPOWER on IntegriCloud