Check interface state (up/down) on initialization step #10
No reviewers
TrueCloudLab/storage-core-developers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/multinet#10
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/multinet:fix/interface_state_check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
subj + linter issues
276a87cde1
to777dd889d4
777dd889d4
toee21dd73e0
@ -114,10 +114,12 @@ func testInterfacesV6() ([]Interface, error) {
type testInterface struct {
name string
addrs []net.Addr
down bool
Is it used anywhere in tests?
Fixed: added test
ee21dd73e0
tof65c788d73