Handle more bad scenarios #2
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/multinet#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Netlink watcher covers the base one, but there could be other types of failure.
May be every failed dial should increase error counter?
But I am not sure we can distinguish situations "destination not available" (non-existent IP provided) with "some problems on a route via this link".
Also, all rationale behind our approach should be documented: what we support, what we do not, possible pitfalls.