summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/files/etc/config/network3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/files/etc/config/network b/files/files/etc/config/network
index 70a841a..b378fbd 100644
--- a/files/files/etc/config/network
+++ b/files/files/etc/config/network
@@ -8,7 +8,8 @@ config globals 'globals'
8 option ula_prefix 'fd69:f71f:1364::/48' 8 option ula_prefix 'fd69:f71f:1364::/48'
9 9
10config interface 'lan' 10config interface 'lan'
11 option type 'none' 11 option type 'bridge'
12 option proto 'none'
12 list ifname 'eth0.3' 13 list ifname 'eth0.3'
13 14
14config interface 'mgmt' 15config interface 'mgmt'