summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.gui.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2010-10-26 15:40:37 +0200
committerSeth Mos <seth.mos@dds.nl>2010-10-26 15:44:19 +0200
commit9b1ff0286c36c76e71f01a6664901b69d7c8c598 (patch)
tree4d1136cff6a29683f5105398b38e06f440f82337 /etc/inc/config.gui.inc
parent22b5abac48ce99350c7e3d750bfeb0748663bd26 (diff)
downloadpfsense-9b1ff0286c36c76e71f01a6664901b69d7c8c598.zip
pfsense-9b1ff0286c36c76e71f01a6664901b69d7c8c598.tar.gz
Allow for creation of a ipv6 tunnel for he.net by creating a gif interface. This is the recommended procedure as advised by he.net
This allows for using ipv6 local and remote addresses, you will need to add a ipv6 default gateway on the routing tab
Diffstat (limited to 'etc/inc/config.gui.inc')
-rw-r--r--etc/inc/config.gui.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/config.gui.inc b/etc/inc/config.gui.inc
index eea6f33..b41073f 100644
--- a/etc/inc/config.gui.inc
+++ b/etc/inc/config.gui.inc
@@ -63,6 +63,7 @@ ini_set("memory_limit","128M");
require_once('config.lib.inc');
require_once("notices.inc");
require_once("util.inc");
+require_once("IPv6.inc");
if(file_exists("/cf/conf/use_xmlreader"))
require_once("xmlreader.inc");
else
@@ -92,4 +93,4 @@ if($config_parsed == true) {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud