-
Notifications
You must be signed in to change notification settings - Fork 174
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 IPv6OnlyPreferred (RFC 8925) #524
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #524 +/- ##
==========================================
+ Coverage 73.07% 73.21% +0.13%
==========================================
Files 80 80
Lines 5059 5073 +14
==========================================
+ Hits 3697 3714 +17
+ Misses 1219 1216 -3
Partials 143 143 ☔ View full report in Codecov by Sentry. |
Don't you want to add parsing for this option as well to avoid having to deal with |
e12c177
to
ca1a9bd
Compare
Good point. Helpers added, and tested with a corresponding patched coredhcp. |
ca1a9bd
to
82677f5
Compare
b6b3db4
to
b6525ca
Compare
I think this is in shape for a recheck now, thanks. |
784988f
to
15306f9
Compare
Signed-off-by: Brian Candler <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
15306f9
to
fb14ecd
Compare
Many thanks. I'm good for you to merge this, and #525. |
Thank you! |
This DHCP option is needed to support coredhcp/coredhcp#170