diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 21:02:15 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-07 21:02:15 +0100 |
| commit | 6dfd88349bfd328fe19d47b1899c6d01eaa1e008 (patch) | |
| tree | fd80380b297de1c15f5d186aae48b7fe3228d499 /files | |
| parent | dac449ea649bba21ecf5f51b71262100a1ecd4ea (diff) | |
| download | ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar.gz ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar.bz2 ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.tar.xz ap01-6dfd88349bfd328fe19d47b1899c6d01eaa1e008.zip | |
...
Diffstat (limited to 'files')
| -rw-r--r-- | files/files/etc/config/network | 6 | ||||
| -rw-r--r-- | files/files/etc/sysctl.conf | 3 |
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 | ||
| 7 | config globals 'globals' | ||
| 8 | option ula_prefix 'fd69:f71f:1364::/48' | ||
| 9 | |||
| 10 | config interface 'lan' | 7 | config 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' | |||
| 15 | config interface 'mgmt' | 12 | config 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 | ||
| 20 | config switch | 18 | config 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 @@ | |||
| 1 | net.ipv6.conf.default.accept_ra=1 | 1 | net.ipv6.conf.default.accept_ra=0 |
| 2 | net.ipv6.conf.default.autoconf=0 | ||
