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

Remove interface address subnet length check #86

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

JohanAR
Copy link
Contributor

@JohanAR JohanAR commented Aug 17, 2023

Resolves #82

@JohanAR
Copy link
Contributor Author

JohanAR commented Aug 17, 2023

Regarding keeping the "addr" variable as opposed to inlining the function call.. It was a long time I programmed any Go so I'm not familiar with coding style best practices, but it seemed like creating a short lived variable is more common than doing inline function calls if looking at the rest of the code base.

@pufferffish pufferffish merged commit d1a455e into pufferffish:master Aug 17, 2023
10 checks passed
@JohanAR JohanAR deleted the if_addr_subnet_len branch August 18, 2023 10:47
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.

"interface address subnet should be /32 for IPv4 and /128 for IPv6"
2 participants