Skip to content

turrishw: update to version 0.6.0

Martin Matějek requested to merge feature/turrishw-0.6.0 into develop

Changed:

  • Mox + Omnia: Get LAN & SFP interface name from label instead of port id
  • Mox: Change interfaces names from numbers (0..n-1) to LAN1..LANn (e.g. LAN1-LAN12) and also rename port 0 on Module A to ETH0.

How to test it

Before

  • Mox (AC): Names of lan ports should be just numbers, while port 0 on Module A should be displayed "0"

mox-ac-interfaces-numbers

  • Omnia: LAN ports in range LAN0..LAN4, Wan port should be "WAN"

After

  • Mox (AC): Names of lan ports should be LAN + number, while port 0 on Module A should be displayed as ETH0

mox-ac-interfaces-labels

  • Omnia: No visible change

Merge request reports