File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,7 @@ config metric global
55
55
option max_chan_util_val '0'
56
56
option min_probe_count '0'
57
57
option bandwidth_threshold '6'
58
- option use_station_count '0'
59
58
option max_station_diff '0'
60
- option eval_probe_req '0'
61
- option eval_auth_req '0'
62
- option eval_assoc_req '0'
63
59
option kicking '0'
64
60
option deny_auth_reason '1'
65
61
option deny_assoc_reason '17'
@@ -76,3 +72,6 @@ config metric 802_11g
76
72
option rssi_weight '2'
77
73
option rssi_center '-70'
78
74
option initial_score '100'
75
+
76
+ config local
77
+ option loglevel '0'
Original file line number Diff line number Diff line change
1
+
2
+ config dropbear
3
+ option PasswordAuth 'on'
4
+ option Port '22'
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ config interface 'loopback'
8
8
9
9
config globals 'globals'
10
10
option ula_prefix '{{ ula_prefix }}'
11
+ option packet_steering '0'
11
12
12
13
config switch
13
14
option name 'switch0'
@@ -49,6 +50,7 @@ config interface 'wan6'
49
50
option proto 'dhcpv6'
50
51
option reqaddress 'try'
51
52
option reqprefix 'auto'
53
+ option norelease '1'
52
54
53
55
config switch_vlan
54
56
option device 'switch0'
@@ -90,6 +92,7 @@ config interface 'lan6'
90
92
option reqprefix 'no'
91
93
option device '@lan'
92
94
option type 'bridge'
95
+ option norelease '1'
93
96
{% endif %}
94
97
95
98
{% for _, network in networks.items() %}
Original file line number Diff line number Diff line change 1
1
2
2
{% if sqm is defined %}
3
3
config queue 'eth1'
4
- option qdisc_advanced '0'
5
4
option debug_logging '0'
6
5
option verbosity '5'
7
6
option qdisc 'cake'
Original file line number Diff line number Diff line change 244
244
- name : cron
245
245
path : /etc/crontabs
246
246
filename : root
247
+ - name : dropbear
248
+ path : /etc/config
247
249
vars :
248
250
networks : " {{ common_networks | combine(host_networks | default({}), recursive=True) }}"
249
251
loop_control :
You can’t perform that action at this time.
0 commit comments