diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 20:42:13 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 20:42:13 +0100 |
commit | dac449ea649bba21ecf5f51b71262100a1ecd4ea (patch) | |
tree | d14489d7c0b7c162d187bd5c5b1af2ff799a610d | |
parent | 78b3432cd64c45f41d357308af85c11d897f0698 (diff) | |
download | ap01-dac449ea649bba21ecf5f51b71262100a1ecd4ea.tar ap01-dac449ea649bba21ecf5f51b71262100a1ecd4ea.tar.gz ap01-dac449ea649bba21ecf5f51b71262100a1ecd4ea.tar.bz2 ap01-dac449ea649bba21ecf5f51b71262100a1ecd4ea.tar.xz ap01-dac449ea649bba21ecf5f51b71262100a1ecd4ea.zip |
...
-rw-r--r-- | files/files/etc/config/network | 3 |
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 | ||
10 | config interface 'lan' | 10 | config 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 | ||
14 | config interface 'mgmt' | 15 | config interface 'mgmt' |