Merging upstream version 2.3.1:
- properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1fb60de7fe
commit
a8f39c03aa
24 changed files with 598 additions and 437 deletions
|
@ -659,7 +659,7 @@ class NvmeOptions(metaclass=singleton.Singleton):
|
|||
'dhchap_ctrl_secret': defs.KERNEL_VERSION >= defs.KERNEL_CTRLKEY_MIN_VERSION,
|
||||
}
|
||||
|
||||
# If some of the options are False, we need to check wether they can be
|
||||
# If some of the options are False, we need to check whether they can be
|
||||
# read from '/dev/nvme-fabrics'. This method allows us to determine that
|
||||
# an older kernel actually supports a specific option because it was
|
||||
# backported to that kernel.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue