Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3311 - vlan(NETWORK -> SWITCH) menu missing on luci -> mt7621(ZBT3526) - trunk #8173

Closed
openwrt-bot opened this issue Aug 30, 2020 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

camel:

vlan menu missing on luci -> mt7621(ZBT3526) - trunk

that was on 2020-01 working ?
why is it now gone ?
also in /etc/config, there are no entries for vlan

i compared to the old version from 20020-01 ..

and there is 1 file missing: (or more ?)

cat /lib/network/switch.sh

#!/bin/sh

Copyright (C) 2009 OpenWrt.org

setup_switch_dev() {
local name
config_get name "$1" name
name="${name:-$1}"
[ -d "/sys/class/net/$name" ] && ip link set dev "$name" up
swconfig dev "$name" load network
}

setup_switch() {
config_load network
config_foreach setup_switch_dev switch
}

@openwrt-bot
Copy link
Author

ivanich:

I believe it's due to a migration from swconfig to a DSA, openwrt/luci#4307

@981213
Copy link
Member

981213 commented Mar 7, 2022

This bug report is probably outdated as we are using DSA now. Closed.

@981213 981213 closed this as completed Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants