summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4
diff options
context:
space:
mode:
authorPablo Mazzini <pmazzini@gmail.com>2018-07-29 22:31:42 +0200
committerPablo Mazzini <pmazzini@gmail.com>2018-07-29 22:31:42 +0200
commit8922ac28f1dd0b814f7df49378ef0b716d12ef72 (patch)
treedbdbb6508f71ee74419f3cd944ecabad4c63c715 /dhcpv4
parentfff9cfc916c93ef5108efba95198231c08d9e0ad (diff)
OptRouter: fix lint
Diffstat (limited to 'dhcpv4')
-rw-r--r--dhcpv4/option_router.go2
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
}