#18106: Assigning interface to physical VLAN-interface causes 100% cpu
----------------------------+-----------------------------------
Reporter: martin.priv@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Barrier Breaker 14.07
Component: base system | Version: Barrier Breaker 14.07
Resolution: | Keywords: VLAN, Interface,
----------------------------+-----------------------------------
Comment (by martin.priv@…):
/etc/config/network:
{{{
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.10.254'
option netmask '255.255.255.0'
option _orig_ifname 'eth0.1 wlan0 wlan1'
option _orig_bridge 'true'
option delegate '0'
option ifname 'eth0.1 eth1'
config interface 'wan'
option proto 'dhcp'
option metric '10'
option _orig_ifname 'eth1'
option _orig_bridge 'false'
option ifname 'eth0.2'
option delegate '0'
config switch
option reset '1'
option enable_vlan4k '1'
option enable_vlan '1'
option name 'switch0'
config switch_vlan
option vlan '1'
option ports '0 1 2 5t'
option device 'switch0'
config route
option interface 'lan'
option target '192.168.12.0'
option netmask '255.255.255.0'
option gateway '192.168.10.25'
option mtu '1500'
option metric '30'
config route
option interface 'lan'
option target '192.168.11.0'
option gateway '192.168.10.25'
option metric '60'
option netmask '255.255.255.0'
option mtu '1500'
config switch_vlan
option vlan '2'
option ports '3 5t'
option device 'switch0'
config switch_vlan
option vlan '845'
option device 'switch0'
option ports '0t 3t 5t'
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/18106#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets