diff options
author | Andrea Barberio <insomniac@slackware.it> | 2017-12-11 09:49:26 +0000 |
---|---|---|
committer | Andrea Barberio <insomniac@slackware.it> | 2017-12-11 09:49:26 +0000 |
commit | 4f14ce4b024e3938abc449c0f11daaf26e395811 (patch) | |
tree | 1b0da927dca2d8a4798a855d43149ca5c7620a87 /dhcpv6 | |
parent | 2f0167c8c52053b9422665757200d04fc694792f (diff) |
Readded missing comment
Diffstat (limited to 'dhcpv6')
-rw-r--r-- | dhcpv6/dhcpv6message.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpv6/dhcpv6message.go b/dhcpv6/dhcpv6message.go index cd8ff61..7c5931b 100644 --- a/dhcpv6/dhcpv6message.go +++ b/dhcpv6/dhcpv6message.go @@ -152,6 +152,7 @@ func NewRequestFromAdvertise(advertise DHCPv6) (DHCPv6, error) { }, } req.AddOption(&nii) + // add OptClientArchType cat := OptClientArchType{} cat.SetArchType(EFI_BC) req.AddOption(&cat) |