Projecte

General

Perfil

Actions

Error #484

tancat

Switched Ethernet devices with all ports in one VLAN are not correctly handled during autoconfiguration

Afegit per Roger Pueyo Centelles fa més de 3 anys. Actualitzat fa més de 3 anys.

Estat:
Tancat
Prioritat:
Alta
Categoria:
Network
Versió prevista:
Inici:
01-12-2020
Data de venciment:
% realitzat:

100%

Temps previst:
4:00 h
Temps invertit:

Descripció

For example, EdgeSwitch 8 XP has eth0 with 8 switch ports on eth0.1 inside br-lan, and eth1 on its own. Instead of using eth0.1 as LAN device, it puts eth0, which is incorrect and does not work.

Actions #1

Actualitzat per Roger Pueyo Centelles fa més de 3 anys

  • Estat ha canviat de Nou a Resolt
  • % realitzat ha canviat de 0 a 100
  • Temps previst ha canviat de 2:00 h a 4:00 h

Fixed in b3ea015da20b31f89faa1ceff3e8f10a79c007bf.

In slow devices with switched interfaces, (e.g., eth0.1.), these take some
seconds to appear under /sys/class/net after a network restart. Therefore,
default OpenWrt interfaces, which are well-known to exist from /etc/board.json,
seem to not be there, and qmp_configure_smart_network skips them.

By waiting for the known interfaces in $default_lan and $default_wan to appear
under /sys/class/net we get proper interfaces detection:
---------------------------------------
Starting smart networking configuration
---------------------------------------
Default device network:
- LAN eth0.1
- WAN eth1
Waiting for eth0.1... (0)
Waiting for eth0.1... (1)
Waiting for eth0.1... (2)
Network devices found:
- LAN eth0.1
- MESH eth0.1 eth1
- WAN eth1
- NO VLAN eth0.1 eth1
... done!
Actions #2

Actualitzat per Roger Pueyo Centelles fa més de 3 anys

  • Estat ha canviat de Resolt a Tancat
Actions

També disponible a: Atom PDF