Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fping does not fail if interface binding (-I) fails #162

Closed
kbucheli opened this issue Dec 5, 2019 · 0 comments · Fixed by #163
Closed

fping does not fail if interface binding (-I) fails #162

kbucheli opened this issue Dec 5, 2019 · 0 comments · Fixed by #163

Comments

@kbucheli
Copy link
Contributor

kbucheli commented Dec 5, 2019

This gives wrong information as the destination is not reachable over the intended link:

# ip addr show eth8
Device "eth8" does not exist.
#
# fping -I eth8 8.8.8.8
binding to specific interface (SO_BINTODEVICE): No such device
binding to specific interface (SO_BINTODEVICE), IPV6: No such device
8.8.8.8 is alive
# 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant