-
Notifications
You must be signed in to change notification settings - Fork 80
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
Use github.com/tinkerbell/dhcp
library:
#337
Merged
Merged
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d3379b6
Use github.com/tinkerbell/dhcp library:
jacobweinstock b100f5b
Update cli help usage:
jacobweinstock 61687d0
Update linter to latest
jacobweinstock c2d4408
Fix GitHub issue of "no space left on device":
jacobweinstock 9b6e1f3
Move backend package to main:
jacobweinstock a7b9b9c
Only start the HTTP server if there are handlers:
jacobweinstock b57ad48
Sort flags in usage function:
jacobweinstock 0b13efb
Update README:
jacobweinstock e34caa7
Update cli flag usage output:
jacobweinstock 72d5985
Add code comments, other small clean up:
jacobweinstock e25fbe1
Rename make target, remove _packet reference:
jacobweinstock b6a5c90
Fix typo
jacobweinstock 8d72e19
Rename package bhttp -> http:
jacobweinstock 9259b29
Get rid of tools.go and clean up makefile:
jacobweinstock 7a018b1
Rename cli.go -> flag.go:
jacobweinstock f2b1ac1
Simplify goimports in ci-checks.sh:
jacobweinstock 002f4c0
Move main back into cmd/boots package:
jacobweinstock b1f22e9
Remove deprecated golangci linters
jacobweinstock 3ac1445
Move http ipxe script backend into ipxe pkg:
jacobweinstock 9a9ee52
Panic when more than one backend is enabled:
jacobweinstock d911b31
Make the flag usage descriptions be more uniform:
jacobweinstock 0d80274
Remove commented lines from .golangci.yml
jacobweinstock 59b6e4e
Don't make errors out of plain string in panic func:
jacobweinstock File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do you want to just delete these? I don't think there's a reason to leave them in given we don't intend to reenable.
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.
ah yes, fixed.