diff --git a/files/etc/config/network b/files/etc/config/network index d2229ae915..51af853394 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -17,6 +17,11 @@ config interface 'vlan3' option ifname 'eth0.3' option type 'bridge' option proto 'dhcpv6' + +config interface 'vlan6' + option ifname 'eth0.6' + option type 'bridge' + option proto 'none' config interface 'vlan10' option ifname 'eth0.10' @@ -53,3 +58,9 @@ config switch_vlan option vlan '7' option ports '0t 1t 2t' +config switch_vlan + option device 'switch0' + option vlan '6' + option ports '0t 1t 2t' + +