summaryrefslogtreecommitdiffstats
path: root/conf.default/config.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 02:35:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 02:35:32 +0000
commit43ac3acfdabba27d4ea4a819624c3100d00612cf (patch)
tree3380450c77b72f5423993140f992fd38486f411d /conf.default/config.xml
parent55251f1adcee77d0e7addec7cc8b2122ac6db08f (diff)
downloadpfsense-43ac3acfdabba27d4ea4a819624c3100d00612cf.zip
pfsense-43ac3acfdabba27d4ea4a819624c3100d00612cf.tar.gz
Move WAN interface to appear first now that the interface code
programatically enumerates the interfaces. Not sure if we need upgrade code to move the interface order.
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r--conf.default/config.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 0d8c162..b435352 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -177,20 +177,6 @@
<!-- <harddiskstandby></harddiskstandby> -->
</system>
<interfaces>
- <lan>
- <if>sis0</if>
- <ipaddr>192.168.1.1</ipaddr>
- <subnet>24</subnet>
- <media></media>
- <mediaopt></mediaopt>
- <bandwidth>100</bandwidth>
- <bandwidthtype>Mb</bandwidthtype>
- <!--
- <wireless>
- *see below (opt[n])*
- </wireless>
- -->
- </lan>
<wan>
<if>sis1</if>
<mtu></mtu>
@@ -211,6 +197,20 @@
</wireless>
-->
</wan>
+ <lan>
+ <if>sis0</if>
+ <ipaddr>192.168.1.1</ipaddr>
+ <subnet>24</subnet>
+ <media></media>
+ <mediaopt></mediaopt>
+ <bandwidth>100</bandwidth>
+ <bandwidthtype>Mb</bandwidthtype>
+ <!--
+ <wireless>
+ *see below (opt[n])*
+ </wireless>
+ -->
+ </lan>
<!--
<opt[n]>
<enable/>
OpenPOWER on IntegriCloud