summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-07 21:02:15 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-07 21:02:15 +0100
commit6dfd88349bfd328fe19d47b1899c6d01eaa1e008 (patch)
treefd80380b297de1c15f5d186aae48b7fe3228d499
parentdac449ea649bba21ecf5f51b71262100a1ecd4ea (diff)
downloadap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar
ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar.gz
ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar.bz2
ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar.xz
ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.zip
...
-rw-r--r--files/files/etc/config/network6
-rw-r--r--files/files/etc/sysctl.conf3
2 files changed, 4 insertions, 5 deletions
diff --git a/files/files/etc/config/network b/files/files/etc/config/network
index b378fbd..e1ce30c 100644
--- a/files/files/etc/config/network
+++ b/files/files/etc/config/network
@@ -4,9 +4,6 @@ config interface 'loopback'
4 option ipaddr '127.0.0.1' 4 option ipaddr '127.0.0.1'
5 option netmask '255.0.0.0' 5 option netmask '255.0.0.0'
6 6
7config globals 'globals'
8 option ula_prefix 'fd69:f71f:1364::/48'
9
10config interface 'lan' 7config interface 'lan'
11 option type 'bridge' 8 option type 'bridge'
12 option proto 'none' 9 option proto 'none'
@@ -15,7 +12,8 @@ config interface 'lan'
15config interface 'mgmt' 12config interface 'mgmt'
16 option type 'bridge' 13 option type 'bridge'
17 option proto 'dhcp' 14 option proto 'dhcp'
18 list ifname 'eth0' 15 list ifname 'eth0.101'
16 list ifname 'eth0.102'
19 17
20config switch 18config switch
21 option name 'switch0' 19 option name 'switch0'
diff --git a/files/files/etc/sysctl.conf b/files/files/etc/sysctl.conf
index 75dd97e..737ee92 100644
--- a/files/files/etc/sysctl.conf
+++ b/files/files/etc/sysctl.conf
@@ -1 +1,2 @@
1net.ipv6.conf.default.accept_ra=1 1net.ipv6.conf.default.accept_ra=0
2net.ipv6.conf.default.autoconf=0