blob: 5d655f779c5e69976a136420a6e2479cb901a471 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# dhcp
DHCPv4 and DHCPv6 decoding/encoding library with client and server code, written in Go.
See examples at https://github.com/insomniacslk/exdhcp
## Public projects that use it
* Facebook's DHCP load balancer, `dhcplb`, https://github.com/facebookincubator/dhcplb
* Router7, a pure-Go router implementation for fiber7 connections, https://github.com/rtr7/router7
|