diff options
Diffstat (limited to 'dhcpv6/option_types.go')
-rw-r--r-- | dhcpv6/option_types.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpv6/option_types.go b/dhcpv6/option_types.go index 35fe1a7..0229b86 100644 --- a/dhcpv6/option_types.go +++ b/dhcpv6/option_types.go @@ -1,5 +1,6 @@ package dhcpv6 +// FIXME: rename all the options to have a consistent name, e.g. OPT_<NAME> const ( _ OptionCode = iota // skip 0 OPTION_CLIENTID |