-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
--bind option doesn't accept interface name #450
Comments
We note this is a little tricky because an interface can have multiple IPv4/IPv6 addresses and picking the right one might be hard. |
This at least requires getting the right protocol family from specified server (-c). Maybe I did it already in my local branch... |
Can this feature be implemented at least for the case when an interface has only one IP address? It is far more convenient and straightforward to specify interface by name |
It's more like a feature request, because now I have to write tricky scripts to get IP address of the interface, instead of just passing it by name in the -B option
The text was updated successfully, but these errors were encountered: