openwrt/package/network/config/swconfig
Rafał Miłecki d75bb744ea swconfig: parse "switch_vlan" before "switch_port"
Before this change UCI sections of both types were parsed in order as
specified in UCI. That didn't work well with all drivers (e.g. b53).

It seems that VLAN setup can reset / overwrite previously set ports
parameters. It resulted in "switch_port" options defined above
"switch_vlan"s being silently ignored.

Ideally swconfig & all drivers should be improved to handle that
properly but it'd be a waste of time at this point as DSA replaces
swconfig. Use this minor parsing change as a quick fix.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2022-06-15 10:44:32 +02:00
..
files package: replace ifconfig-usage with ip 2015-09-08 17:44:24 +00:00
src swconfig: parse "switch_vlan" before "switch_port" 2022-06-15 10:44:32 +02:00
Makefile swconfig: Activate LTO compile option 2019-11-08 23:57:53 +01:00