diff options
author | Josua Mayer <josua.mayer97@gmail.com> | 2017-05-22 19:07:13 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-30 14:00:31 +0200 |
commit | d41a441bb613537916460542eb89d517d1856b5d (patch) | |
tree | edec0f2e8dfd6b6559423383970e4b68209a0723 /target/linux/mvebu | |
parent | 48cc065fe3a51b1cc451f222c7aa1b41d4106c0b (diff) | |
download | upstream-d41a441bb613537916460542eb89d517d1856b5d.tar.gz upstream-d41a441bb613537916460542eb89d517d1856b5d.tar.bz2 upstream-d41a441bb613537916460542eb89d517d1856b5d.zip |
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>
Diffstat (limited to 'target/linux/mvebu')
-rwxr-xr-x | target/linux/mvebu/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/base-files/etc/board.d/02_network b/target/linux/mvebu/base-files/etc/board.d/02_network index 57ffbb486a..94ce7d7b25 100755 --- a/target/linux/mvebu/base-files/etc/board.d/02_network +++ b/target/linux/mvebu/base-files/etc/board.d/02_network @@ -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 |