Skip to content

Commit

Permalink
mvebu: clearfog: assign SFP port to WAN zone
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Artox authored and nbd168 committed May 30, 2017
1 parent 48cc065 commit d41a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/mvebu/base-files/etc/board.d/02_network
Expand Up @@ -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
Expand Down

0 comments on commit d41a441

Please sign in to comment.