Skip to content

Commit 91a86c6

Browse files
committed
[airos] draft for specifying user password from netjson
1 parent 8cd13dd commit 91a86c6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

netjsonconfig/backends/airos/schema.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,22 @@
7272
"default": "bridge",
7373
"type": "string",
7474
},
75+
"user": {
76+
"additionalProperties": True,
77+
"properties": {
78+
"name": {
79+
"type": "string",
80+
},
81+
"salt": {
82+
"type": "string",
83+
},
84+
},
85+
"required": [
86+
"name",
87+
"password",
88+
"salt",
89+
],
90+
},
7591
},
7692
}
7793

0 commit comments

Comments
 (0)