summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/dhcpv6relay_test.go
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2019-12-28 03:39:31 -0800
committerChris K <c@chrisko.ch>2020-03-09 15:38:59 -0700
commit94e5923c9c44b0e829d793508e6772e6a96feb47 (patch)
treecaca593a883f537a376682aa90312123b929a214 /dhcpv6/dhcpv6relay_test.go
parenta3af88f6782eba884ef5216b987bf4e2a96ff033 (diff)
v6: add RemoteID getter to RelayOptions
Signed-off-by: Chris Koch <chrisko@google.com>
Diffstat (limited to 'dhcpv6/dhcpv6relay_test.go')
-rw-r--r--dhcpv6/dhcpv6relay_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv6/dhcpv6relay_test.go b/dhcpv6/dhcpv6relay_test.go
index 9bfe2e2..113842c 100644
--- a/dhcpv6/dhcpv6relay_test.go
+++ b/dhcpv6/dhcpv6relay_test.go
@@ -91,7 +91,7 @@ func TestNewRelayRepFromRelayForw(t *testing.T) {
rf.PeerAddr = net.IPv6linklocalallrouters
rf.LinkAddr = net.IPv6interfacelocalallnodes
rf.AddOption(OptInterfaceID(nil))
- rf.AddOption(&OptRemoteId{})
+ rf.AddOption(&OptRemoteID{})
// create the inner message
s, err := NewMessage()