From e0a9bc6e16d3abd9c99ed14e02c1db018748073b Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 25 Jan 2015 19:52:38 +0100 Subject: [PATCH] Ajout du vlan6 --- files/etc/config/network | 11 +++++++++++ 1 file changed, 11 insertions(+) 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' + +