summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/option_temporaryaddress.go
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2023-02-25 19:49:54 -0800
committerChris K <c@chrisko.ch>2023-02-27 10:35:19 -0800
commitfb47092b04d7e230f4025f210d2389ded83e8b39 (patch)
treebd8209950010a6296f8bed6327a41315c1994d2b /dhcpv6/option_temporaryaddress.go
parentf23baa7a2abafc3c3dc9b5c040cd68327f269b2b (diff)
IATA: tests for FromBytes, ToBytes, and IATA Getter
Signed-off-by: Chris Koch <chrisko@google.com>
Diffstat (limited to 'dhcpv6/option_temporaryaddress.go')
-rw-r--r--dhcpv6/option_temporaryaddress.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpv6/option_temporaryaddress.go b/dhcpv6/option_temporaryaddress.go
index 8ccbe7b..cc102a4 100644
--- a/dhcpv6/option_temporaryaddress.go
+++ b/dhcpv6/option_temporaryaddress.go
@@ -9,8 +9,8 @@ import (
// OptIATA implements the identity association for non-temporary addresses
// option.
//
-// This module defines the OptIATA structure.
-// https://www.ietf.org/rfc/rfc8415.txt
+// This module defines the OptIATA structure, as defined by RFC 8415 Section
+// 21.5.
type OptIATA struct {
IaId [4]byte
Options IdentityOptions