-
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 BootfileParam #340
Conversation
Codecov Report
@@ Coverage Diff @@
## master #340 +/- ##
==========================================
+ Coverage 71.93% 71.95% +0.02%
==========================================
Files 78 79 +1
Lines 3951 3969 +18
==========================================
+ Hits 2842 2856 +14
- Misses 952 954 +2
- Partials 157 159 +2
Continue to review full report at Codecov.
|
d3c76be
to
b816906
Compare
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.
The changes in netboot/ should probably be a separate commit, if not a separate PR. I haven't looked at them yet as I don't really know that code
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.
Please uio for the option parsing, like other options do
I'll make a separate commit if this way is good enough :) |
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.
looks ok to me. I am not merging it yet to let other people comment.
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.
Mostly just comments and questions for clarification, except for the issue about panic
which I think is important as it greatly changes the API of the library, and needs to be properly discussed
I've fixed everything what was requested :) |
Added support of option OptBootFileParam. See RFC5970 section 3.2. Signed-off-by: Dmitrii Okunev <[email protected]>
Signed-off-by: Dmitrii Okunev <[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.
OK for me as well
See RFC5970 section 3.2.