luci-mod-network: add support for DSA switch configuration ( 802.1q management)
See original GitHub issue- trunk
With the transition from swconfig
to DSA it is observed that (logically in view of the dependency) the switch section in LuCI is a no show. Hence, this feature suggestion.
Unless I am mistaken, UCI is currently limited about what DSA settings can be parsed from a conf file in comparison to swconfig
, e.g. it seems to be lacking to support for setting DSA
- untag state
- off state
- PVID assignment
Discovery from https://lore.kernel.org/patchwork/patch/575746/ would suggest that such is achieved with bridge vlan
but maybe there are other ways.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:25 (4 by maintainers)
Top Results From Across the Web
Request for testing LuCI on DSA devices - OpenWrt Forum
Go to Network --> Interfaces --> Devices --> Add device configuration and create a software VLAN (802.1q) with device type WAN and VLAN...
Read more >Openwrt bridge mode luci
Follow the following steps to disable IPV6 on your OpenWrt router:. luci-mod-network: add support for DSA switch configuration ( 802.1q management) · Issue ......
Read more >openwrt bridge interfaces luci
luci -mod-network : add support for DSA switch configuration ( 802.1q ... Connect to the LuCI administration interface through the browser of your...
Read more >Openwrt bridge interfaces luci
luci -mod-network : add support for DSA switch configuration ( 802.1q management) · Issue #2798 · openwrt / luci · GitHub Closed ghost...
Read more >Openwrt bridge interfaces luci - Ritomoc
Login and change your password Create management network OpenWRT is a Linux-based ... luci -mod-network: add support for DSA switch configuration ( 802.1q...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
some progress https://patchwork.ozlabs.org/project/openwrt/patch/20200707201035.751527-2-jo@mein.io/ to lay the groundwork for LuCI 👍
Me too 😃 I have no idea how this DSA is supposed to work. I was always being told that we just have to bridge interfaces together with DSA. I would need to learn how to setup “off state”, “untag state” and PVIDs on a normal linux system without uci or OpenWrt specialities, then I can look into how to translate that to uci.
However, I’m not sure whether there’ll ever be a swconfig-like configuration page for DSA in the near future. It is totally unclear how to approach that, how to figure out if a netdev belongs to a DSA switch etc.
Right now the topology information isn’t available. This all needs to be sorted out. I have no access to DSA capable hardware, so it is up to others to assemble the required info.