Adding upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2e3cdb015d
commit
e82d603de0
928 changed files with 6732 additions and 1442 deletions
|
@ -98,6 +98,14 @@
|
|||
"description": "Controller DH-HMAC-CHAP key",
|
||||
"type": "string"
|
||||
},
|
||||
"keyring": {
|
||||
"description": "Keyring for TLS key lookup",
|
||||
"type": "string"
|
||||
},
|
||||
"tls_key": {
|
||||
"description": "TLS key for the connection",
|
||||
"type": "string"
|
||||
},
|
||||
"nr_io_queues": {
|
||||
"description": "Number of I/O queues",
|
||||
"type": "integer"
|
||||
|
@ -156,14 +164,6 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"keyring": {
|
||||
"description": "Keyring for TLS key lookup",
|
||||
"type": "integer"
|
||||
},
|
||||
"tls_key": {
|
||||
"description": "TLS key for the connection",
|
||||
"type": "integer"
|
||||
},
|
||||
"tls": {
|
||||
"description": "Enable TLS encryption",
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue