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

Split resolv.conf generation for better testing #202

Merged
merged 1 commit into from
Feb 15, 2020
Merged

Conversation

fhunleth
Copy link
Member

This pulls the pure part of creating resolv.conf contents into its own
module. This allows for easier testing of future additions that will
involve more complicated manipulations of the file.

A side effect of this was to fix some sloppiness around IP address
handling. This isn't a big deal now, but it should make IPv6 support
easier to handle later.

This pulls the pure part of creating resolv.conf contents into its own
module. This allows for easier testing of future additions that will
involve more complicated manipulations of the file.

A side effect of this was to fix some sloppiness around IP address
handling. This isn't a big deal now, but it should make IPv6 support
easier to handle later.
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.

None yet

2 participants