insomniacslk / dhcp

DHCPv6 and DHCPv4 packet library, client and server written in Go
BSD 3-Clause "New" or "Revised" License
710 stars 169 forks source link

Update README.md adding Tinkerbell as user of this library #533

Closed f18m closed 4 months ago

f18m commented 5 months ago

Fixes #531

pmazzini commented 5 months ago

Please sign the commit. Example:

To add your Signed-off-by line to every commit in this branch:

1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
2. In your local branch, run: git rebase HEAD~1 --signoff
3. Force push your changes to overwrite the branch: git push --force-with-lease origin patch-1
pmazzini commented 5 months ago

https://github.com/insomniacslk/dhcp/pull/533/checks?check_run_id=24770835231