Robert Obryk 0507d93b3d
dhcp4d: ensure that SetHostname operates on the correct lease (#64)
Previously SetHostname could operate on an expired lease, or even on a
lease for a different hwaddr, if the lease for the correct hwaddr
expired and the same lease ID was given away to someone else.

That's though mostly a theoretical concern, given the actual usage of
SetHostname and the time scales involved.
2020-11-23 09:32:42 +01:00
2018-07-14 14:03:02 +02:00
2018-07-14 14:03:02 +02:00
2018-06-28 20:08:23 +02:00
2018-07-14 14:03:02 +02:00
2018-06-28 20:08:23 +02:00
2018-06-28 20:08:23 +02:00

router7

Build Status GoDoc Go Report Card

router7 is a pure-Go implementation of a small home internet router. It comes with all the services required to make a fiber7 internet connection work (DHCPv4, DHCPv6, DNS, etc.).

Note that this project should be considered a (working!) tech demo. Feature requests will likely not be implemented, and see CONTRIBUTING.md for details about which contributions are welcome.

For more details, please see router7.org

Description
No description provided
Readme Apache-2.0 6.4 MiB
Languages
Go 96.8%
Makefile 1.4%
HTML 1.2%
Dockerfile 0.3%
Shell 0.2%
Other 0.1%