Renamed experimental to exp. Disabled TC by default. Legacy upgrade fix
This commit is contained in:
parent
dbf7c31a6c
commit
ae3b878f50
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
hostname_prefix => 'freifunk',
|
hostname_prefix => 'freifunk',
|
||||||
site_name => 'Freifunk Hamburg',
|
site_name => 'Freifunk Hamburg',
|
||||||
site_code => 'ffhh',
|
site_code => 'ffhh',
|
||||||
release => '0.3.99-experimental' . nightly,
|
release => '0.3.99-exp' . nightly,
|
||||||
|
|
||||||
prefix4 => '10.112.0.0/18',
|
prefix4 => '10.112.0.0/18',
|
||||||
prefix6 => 'fd51:2bb2:fd0d::/48',
|
prefix6 => 'fd51:2bb2:fd0d::/48',
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
simple_tc => {
|
simple_tc => {
|
||||||
mesh_vpn => {
|
mesh_vpn => {
|
||||||
ifname => 'mesh-vpn',
|
ifname => 'mesh-vpn',
|
||||||
enabled => 1,
|
enabled => 0,
|
||||||
limit_egress => 200,
|
limit_egress => 200,
|
||||||
limit_ingress => 3000,
|
limit_ingress => 3000,
|
||||||
},
|
},
|
||||||
|
@ -182,7 +182,7 @@ END
|
||||||
version_files => ['/etc/.freifunk_version_keep'],
|
version_files => ['/etc/.freifunk_version_keep'],
|
||||||
old_files => ['/etc/config/config_mode', '/etc/config/freifunk'],
|
old_files => ['/etc/config/config_mode', '/etc/config/freifunk'],
|
||||||
|
|
||||||
config_mode_configs => ['config_mode.@wizard[0]'],
|
config_mode_configs => ['config_mode.@wizard[0]', 'freifunk.@wizard[0]'],
|
||||||
fastd_configs => ['mesh_vpn'],
|
fastd_configs => ['mesh_vpn'],
|
||||||
mesh_ifname => 'freifunk',
|
mesh_ifname => 'freifunk',
|
||||||
tc_configs => ['freifunk.@bandwidth[0]'],
|
tc_configs => ['freifunk.@bandwidth[0]'],
|
||||||
|
|
Loading…
Reference in a new issue