diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 02:35:32 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 02:35:32 +0000 |
commit | 43ac3acfdabba27d4ea4a819624c3100d00612cf (patch) | |
tree | 3380450c77b72f5423993140f992fd38486f411d /cf | |
parent | 55251f1adcee77d0e7addec7cc8b2122ac6db08f (diff) | |
download | pfsense-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 'cf')
-rw-r--r-- | cf/conf/config.xml | 28 |
1 files changed, 14 insertions, 14 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/> |