summaryrefslogtreecommitdiffstats
path: root/src/conf.default
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-02-20 02:04:25 -0600
committerChris Buechler <cmb@pfsense.org>2016-02-20 02:04:25 -0600
commit7c4c43a5224ad7e552999d6fc31faa1343ef246a (patch)
treee20a4879184f2b5310107926d56137eb9172a279 /src/conf.default
parent1c42c58554ab2f820cd74d35c8236952cd7fcb67 (diff)
downloadpfsense-7c4c43a5224ad7e552999d6fc31faa1343ef246a.zip
pfsense-7c4c43a5224ad7e552999d6fc31faa1343ef246a.tar.gz
Add config upgrade code to enable and configure DHCPv6 server and radvd where track6 is in use, as they were automatically configured previously. Add same config to default config.xml to retain existing behavior there. Ticket #3029
Diffstat (limited to 'src/conf.default')
-rw-r--r--src/conf.default/config.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml
index 9e114e0..f1bee76 100644
--- a/src/conf.default/config.xml
+++ b/src/conf.default/config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<pfsense>
- <version>14.4</version>
+ <version>14.5</version>
<lastchange/>
<system>
<optimization>normal</optimization>
@@ -90,6 +90,17 @@
</range>
</lan>
</dhcpd>
+ <dhcpdv6>
+ <lan>
+ <enable/>
+ <range>
+ <from>::1000</from>
+ <to>::2000</to>
+ </range>
+ <ramode>assist</ramode>
+ <rapriority>medium</rapriority>
+ </lan>
+ </dhcpdv6>
<snmpd>
<syslocation/>
<syscontact/>
OpenPOWER on IntegriCloud