mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
mvebu: clearfog: assign SFP port to WAN zone
The single SFP port is meant for direct media access to WAN, such as VDSL2, GPON). While it could also be used for in-home fiber, it is much more likely that the LAN is standard ethernet, especially considering that SFP is the onmly port that can go beyond 1Gbps. Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
This commit is contained in:
parent
48cc065fe3
commit
d41a441bb6
@ -31,7 +31,7 @@ armada-388-clearfog-*)
|
||||
# eth0 is standalone ethernet
|
||||
# eth1 is switch (-pro) or standalone ethernet (-base)
|
||||
# eth2 is SFP
|
||||
ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0 eth2"
|
||||
|
||||
# if switch exists (clearfog-pro)
|
||||
# switch port 5 is connected to eth1
|
||||
|
Loading…
Reference in New Issue
Block a user