Commit 30cce013 authored by Franco Fichtner's avatar Franco Fichtner

config: prune dysfunct default settings further

    <tag>
      <!-- foo -->
    </tag>

Array tags are saved as text tags instead, clobbering the initial
configuration...
parent 8d7a93c8
...@@ -258,16 +258,6 @@ ...@@ -258,16 +258,6 @@
<track6-prefix-id>0</track6-prefix-id> <track6-prefix-id>0</track6-prefix-id>
</lan> </lan>
</interfaces> </interfaces>
<staticroutes>
<!--
<route>
<interface>lan|opt[n]|pptp</interface>
<network>xxx.xxx.xxx.xxx/xx</network>
<gateway>xxx.xxx.xxx.xxx</gateway>
<descr></descr>
</route>
-->
</staticroutes>
<dhcpd> <dhcpd>
<lan> <lan>
<enable/> <enable/>
...@@ -290,9 +280,6 @@ ...@@ -290,9 +280,6 @@
<ipaddr/> <ipaddr/>
</ipv6nat> </ipv6nat>
</diag> </diag>
<bridge>
<!-- <filteringbridge/> -->
</bridge>
<syslog> <syslog>
<reverse/> <reverse/>
</syslog> </syslog>
...@@ -327,18 +314,6 @@ ...@@ -327,18 +314,6 @@
</destination> </destination>
</rule> </rule>
</filter> </filter>
<proxyarp>
<!--
<proxyarpnet>
<network>xxx.xxx.xxx.xxx/xx</network>
*or*
<range>
<from>xxx.xxx.xxx.xxx</from>
<to>xxx.xxx.xxx.xxx</to>
</range>
</proxyarpnet>
-->
</proxyarp>
<cron> <cron>
<item> <item>
<minute>1,31</minute> <minute>1,31</minute>
...@@ -395,15 +370,6 @@ ...@@ -395,15 +370,6 @@
<command>/usr/local/etc/rc.update_urltables</command> <command>/usr/local/etc/rc.update_urltables</command>
</item> </item>
</cron> </cron>
<wol>
<!--
<wolentry>
<interface>lan|opt[n]</interface>
<mac>xx:xx:xx:xx:xx:xx</mac>
<descr></descr>
</wolentry>
-->
</wol>
<rrd> <rrd>
<enable/> <enable/>
</rrd> </rrd>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment