-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nvmeadm/addr): match for host&port only
When listing we can't compare the full address with a host:port because the address from the subsystem might have other components such as the source address. Instead, let's only check if this is the host:port we're interested in. Signed-off-by: Tiago Castro <[email protected]>
- Loading branch information
1 parent
2a43512
commit 4e22570
Showing
2 changed files
with
101 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
[package] | ||
name = "nvmeadm" | ||
version = "1.0.0" | ||
authors = ["Jeffry Molanus <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
derive_builder = "0.12.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters