-
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
Split DHCPv6 and DHCPv4 client into subpackages #241
Conversation
Could not review pull request. It may be too large, or contain no reviewable changes. |
e989747
to
c04d263
Compare
this breaks the router7 build. I'll make a PR |
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
========================================
+ Coverage 70.9% 75% +4.09%
========================================
Files 69 67 -2
Lines 3375 3112 -263
========================================
- Hits 2393 2334 -59
+ Misses 865 679 -186
+ Partials 117 99 -18
Continue to review full report at Codecov.
|
a68a254
to
9c6932b
Compare
PR for router7 at rtr7/router7#23 |
This is ready to review. The CI failures are due to router7, and fixed in the related PR |
9c6932b
to
a2b283d
Compare
Commented about |
967efe1
to
9cbc29c
Compare
@pmazzini done |
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.
I wonder if we should move the BSDP client to a separate directory as well. Anyway, approving.
Probably the right thing to do is to move |
Fixes #231