Merging upstream version 2.3~rc3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
55e7d80fc6
commit
892b155d7d
20 changed files with 189 additions and 75 deletions
|
@ -333,15 +333,19 @@ class Avahi: # pylint: disable=too-many-instance-attributes
|
|||
'transport': tcp,
|
||||
'traddr': str(),
|
||||
'trsvcid': str(),
|
||||
'host-iface': str(),
|
||||
'subsysnqn': 'nqn.2014-08.org.nvmexpress.discovery',
|
||||
'host-traddr': str(),
|
||||
'host-iface': str(),
|
||||
'host-nqn': str(),
|
||||
},
|
||||
{
|
||||
'transport': tcp,
|
||||
'traddr': str(),
|
||||
'trsvcid': str(),
|
||||
'host-iface': str(),
|
||||
'subsysnqn': 'nqn.2014-08.org.nvmexpress.discovery',
|
||||
'host-traddr': str(),
|
||||
'host-iface': str(),
|
||||
'host-nqn': str(),
|
||||
},
|
||||
[...]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue