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

Add option to select IP source address #109

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

jbemmel
Copy link

@jbemmel jbemmel commented Oct 16, 2021

Auto selection may work, but when there are multiple loopbacks, the user may need to specify the source IP explicitly

jbemmel and others added 14 commits October 16, 2021 10:35
Go's x/net/ipv{6,4} packages provide fewer and more basic facilities for
packet handling, but their portability is better than the embedded `net`
library in dublin-traceroute. For better portability I am replacing the
ipv6 and ipv4 layers with Go's ones, while leaving UDP and ICMP handling
in the embedded net library.

Signed-off-by: Andrea Barberio <[email protected]>
Signed-off-by: Jeroen van Bemmel <[email protected]>
Signed-off-by: Jeroen van Bemmel <[email protected]>
Signed-off-by: Jeroen van Bemmel <[email protected]>
Signed-off-by: Jeroen van Bemmel <[email protected]>
Signed-off-by: Jeroen van Bemmel <[email protected]>
Signed-off-by: Jeroen van Bemmel <[email protected]>
Signed-off-by: Jeroen van Bemmel <[email protected]>
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 this pull request may close these issues.

3 participants