mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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.
This commit is contained in:
parent
55251f1adc
commit
43ac3acfda
@ -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/>
|
||||
|
||||
@ -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/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user