diff options
author | Andrea Barberio <insomniac@slackware.it> | 2019-04-23 20:23:45 +0100 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2019-04-23 21:18:28 +0100 |
commit | ebf43962e121b9c5c982d6a647a29fa4ae9b6a14 (patch) | |
tree | f0b5c068389f88a5c27acf8fa28f594f81a74f5f /dhcpv6/dhcpv6relay_test.go | |
parent | b071bdc86a58037f6c745647c97fca202f3caef9 (diff) |
Revert "[dhcpv6] Solicit messages derive default IAID from MAC address"
This reverts commit b071bdc86a58037f6c745647c97fca202f3caef9.
Signed-off-by: Andrea Barberio <insomniac@slackware.it>
Diffstat (limited to 'dhcpv6/dhcpv6relay_test.go')
-rw-r--r-- | dhcpv6/dhcpv6relay_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpv6/dhcpv6relay_test.go b/dhcpv6/dhcpv6relay_test.go index 6c7f96f..270dd52 100644 --- a/dhcpv6/dhcpv6relay_test.go +++ b/dhcpv6/dhcpv6relay_test.go @@ -90,7 +90,6 @@ func TestNewRelayRepFromRelayForw(t *testing.T) { s, err := NewMessage() require.NoError(t, err) s.AddOption(&OptClientId{}) - WithIAID([4]byte{1, 2, 3, 4})(s) orm := OptRelayMsg{} orm.SetRelayMessage(s) rf.AddOption(&orm) |