[FS#454] ARV7519RW22 physical port order

LEDE Bugs lede-bugs at lists.infradead.org
Wed Feb 1 18:21:15 PST 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - howl (howl) 

Attached to Project - LEDE Project
Summary - ARV7519RW22 physical port order
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - With the default port order:
  60         ucidef_add_switch "switch0" \
  61                 "0:lan" "2:lan" "3:lan" "4:lan" "5:lan" "6t at eth0"

LEDE     Physical
LAN 1 -> Port GE
LAN 2 -> Port 3
LAN 3 -> Port 4
LAN 4 -> Port 1
LAN 5 -> Port 2

So I think this should be set as follow:
  60         ucidef_add_switch "switch0" \
  61                 "0:lan:5" "2:lan:3" "3:lan:4" "4:lan:1" "5:lan:2" "6t at eth0"

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=454



More information about the lede-bugs mailing list