summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--cf/conf/config.xml28
-rw-r--r--conf.default/config.xml28
2 files changed, 28 insertions, 28 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 8aa7661..dc6cb94 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/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/>
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