diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-15 20:06:00 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-15 20:06:00 +0100 |
commit | 542c75c469f873d355baf1a9c669f63b1820871f (patch) | |
tree | 27defb91dd2a5486b175dc13199acfbe07b69b2c /files | |
parent | 6afeac90676345d89c582d5e1001585214c79b31 (diff) | |
download | ap01-542c75c469f873d355baf1a9c669f63b1820871f.tar ap01-542c75c469f873d355baf1a9c669f63b1820871f.tar.gz ap01-542c75c469f873d355baf1a9c669f63b1820871f.tar.bz2 ap01-542c75c469f873d355baf1a9c669f63b1820871f.tar.xz ap01-542c75c469f873d355baf1a9c669f63b1820871f.zip |
revert
Diffstat (limited to 'files')
-rw-r--r-- | files/files/etc/config/network | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/files/files/etc/config/network b/files/files/etc/config/network index 3573c92..5b164c4 100644 --- a/files/files/etc/config/network +++ b/files/files/etc/config/network | |||
@@ -7,25 +7,12 @@ config interface 'loopback' | |||
7 | config interface 'lan' | 7 | config interface 'lan' |
8 | option type 'bridge' | 8 | option type 'bridge' |
9 | option proto 'none' | 9 | option proto 'none' |
10 | list ifname 'wbh-lan' | 10 | list ifname 'eth0.3' |
11 | 11 | ||
12 | config interface 'wifibh' | 12 | config interface 'wifibh' |
13 | option ifname 'eth0.4' | 13 | option type 'bridge' |
14 | option proto 'static' | 14 | option proto 'none' |
15 | option ipaddr '10.141.2.2' | 15 | list ifname 'eth0.4' |
16 | option netmask '255.255.255.0' | ||
17 | option ipv6 '0' | ||
18 | |||
19 | config interface 'wifibh01' | ||
20 | option proto 'gretap' | ||
21 | option ipaddr '10.141.2.2' | ||
22 | option peeraddr '10.141.2.1' | ||
23 | |||
24 | config device | ||
25 | option type '8021q' | ||
26 | option ifname 'gre4t-wifibh01' | ||
27 | option vid '2' | ||
28 | option name 'wbh-lan' | ||
29 | 16 | ||
30 | config interface 'mgmt' | 17 | config interface 'mgmt' |
31 | option type 'bridge' | 18 | option type 'bridge' |