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

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Sat Aug 29 20:22:50 EDT 2020


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - camel (camel) 

Attached to Project - OpenWrt/LEDE Project
Summary - vlan(NETWORK -> SWITCH) menu missing on luci -> mt7621(ZBT3526) - trunk
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - 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
}

   

 

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3311

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list