Wrong network interface info is returned
Open
- Dominant language
- Go
- Stars
- 6.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
The routing sub-package is returning a wrong network interface to reach the destination IP passed to `Route()` method of sub-package `routing`.
We have two networks connected to our machine - public and private network. While passing a machine's IP which is in the private network to the `Route()` method, it returns public network interface.
Contributor guide
Assessment
This issue has not been assessed yet.