diff options
Diffstat (limited to 'dhcpv4')
-rw-r--r-- | dhcpv4/option_router.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/option_router.go b/dhcpv4/option_router.go index 6991f89..b9bdff1 100644 --- a/dhcpv4/option_router.go +++ b/dhcpv4/option_router.go @@ -8,7 +8,7 @@ import ( // This option implements the router option // https://tools.ietf.org/html/rfc2132 -// OptDomainRouter represents an option encapsulating the routers. +// OptRouter represents an option encapsulating the routers. type OptRouter struct { Routers []net.IP } |