summaryrefslogtreecommitdiffstats
path: root/conf.default
diff options
context:
space:
mode:
authorEdwin Lee <edwinlee.11@gmail.com>2015-06-12 17:15:20 +0800
committerEdwin Lee <edwinlee.11@gmail.com>2015-06-12 17:15:20 +0800
commita75aa2ca5e7ee31e543d80a23d99fd2dd6cad5bc (patch)
tree5c2f7136915432f383bd96b725c8219d98b86e76 /conf.default
parent71f29f4424060c68f22b383d6d80f2fd3d21f466 (diff)
downloadpfsense-a75aa2ca5e7ee31e543d80a23d99fd2dd6cad5bc.zip
pfsense-a75aa2ca5e7ee31e543d80a23d99fd2dd6cad5bc.tar.gz
Remove track6-interface and track6-prefix-id from interfaces->lan in default config.xml
1. <track6-interface>wan</track6-interface> and <track6-prefix-id>0</track6-prefix-id> of interfaces->lan from /conf.default/config.xml will get copied over to /cf/conf/config.xml 2. Without going to the LAN interface configuration page to click "Save" at least once, those 2 entries will stay there (even after going through the first run wizard). 3. In the services_radvd_configure function in /etc/inc/services.inc, the existence of those 2 entries will cause /var/etc/radvd.conf to be written with "AdvSendAdvert on;" for the LAN interface 4. Hence, IPv6 router advertisements will be periodically sent even if IPv6 is never enabled for the network.
Diffstat (limited to 'conf.default')
-rw-r--r--conf.default/config.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 6a6da59..817031c 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -80,8 +80,6 @@
<subnetv6>64</subnetv6>
<media/>
<mediaopt/>
- <track6-interface>wan</track6-interface>
- <track6-prefix-id>0</track6-prefix-id>
</lan>
</interfaces>
<staticroutes/>
OpenPOWER on IntegriCloud