1
0
Fork 0

Adding upstream version 1.11.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:51:02 +01:00
parent 42ce9d48e1
commit d21edaa886
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
946 changed files with 4896 additions and 1272 deletions

View file

@ -102,8 +102,12 @@
"description": "Keyring for TLS key lookup",
"type": "string"
},
"tls_key_identity": {
"description": "PSK identity for the TLS PSK (tls_key)",
"type": "string"
},
"tls_key": {
"description": "TLS key for the connection",
"description": "TLS PSK in PSK interchange format",
"type": "string"
},
"nr_io_queues": {