mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmode: exclude norrland from existing modes
This commit is contained in:
parent
47d2fb3113
commit
ef0f38499a
4 changed files with 8 additions and 4 deletions
|
|
@ -12,7 +12,8 @@
|
||||||
"CG300",
|
"CG300",
|
||||||
"CG301",
|
"CG301",
|
||||||
"EX400",
|
"EX400",
|
||||||
"SDX810-AP"
|
"SDX810-AP",
|
||||||
|
"NORRLAND"
|
||||||
],
|
],
|
||||||
"acl" : [
|
"acl" : [
|
||||||
"admin",
|
"admin",
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
],
|
],
|
||||||
"excluded_boards" : [
|
"excluded_boards" : [
|
||||||
"*G*",
|
"*G*",
|
||||||
"F*"
|
"F*",
|
||||||
|
"NORRLAND"
|
||||||
],
|
],
|
||||||
"uplink_band" : 'a',
|
"uplink_band" : 'a',
|
||||||
"downlink_band" : 'a b',
|
"downlink_band" : 'a b',
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
],
|
],
|
||||||
"excluded_boards" : [
|
"excluded_boards" : [
|
||||||
"EX4*",
|
"EX4*",
|
||||||
"SDX810-AP"
|
"SDX810-AP",
|
||||||
|
"NORRLAND"
|
||||||
],
|
],
|
||||||
"credentials" : 0
|
"credentials" : 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
],
|
],
|
||||||
"excluded_boards" : [
|
"excluded_boards" : [
|
||||||
"*G*",
|
"*G*",
|
||||||
"F*"
|
"F*",
|
||||||
|
"NORRLAND"
|
||||||
],
|
],
|
||||||
"reboot" : 0,
|
"reboot" : 0,
|
||||||
"credentials" : 0
|
"credentials" : 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue