mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 08:24:25 +01:00
IPv6 support for outside (udp) (#369)
This commit is contained in:
@@ -140,8 +140,8 @@ func Test_NewHandshakeManagerTrigger(t *testing.T) {
|
||||
hi := blah.pendingHostMap.Hosts[ip]
|
||||
assert.Nil(t, hi.remote)
|
||||
|
||||
lh.addrMap = map[uint32][]udpAddr{
|
||||
ip: {*NewUDPAddrFromString("10.1.1.1:4242")},
|
||||
lh.addrMap = map[uint32][]*udpAddr{
|
||||
ip: {NewUDPAddrFromString("10.1.1.1:4242")},
|
||||
}
|
||||
|
||||
// This should trigger the hostmap to populate the hostinfo
|
||||
|
||||
Reference in New Issue
Block a user