dhcp
dhcp copied to clipboard
Add option IPv6OnlyPreferred (RFC 8925)
This DHCP option is needed to support https://github.com/coredhcp/coredhcp/pull/170
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.21%. Comparing base (
ca2dc33
) to head (fb14ecd
).
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
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Don't you want to add parsing for this option as well to avoid having to deal with OptGeneric
in the coredhcp code?
Good point. Helpers added, and tested with a corresponding patched coredhcp.
I think this is in shape for a recheck now, thanks.
Many thanks. I'm good for you to merge this, and #525.
Thank you!