Skip to content

Commit

Permalink
[WIP] Test fix for #4
Browse files Browse the repository at this point in the history
Signed-off-by: Vasyl Gello <[email protected]>
  • Loading branch information
basilgello committed Jul 16, 2024
1 parent 302e563 commit b232781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netstack/yggdrasil.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (s *YggdrasilNetstack) NewYggdrasilNIC(ygg *core.Core) tcpip.Error {
pkb := stack.NewPacketBuffer(stack.PacketBufferOptions{
Payload: buffer.MakeWithData(nic.readBuf[:rx]),
})
nic.dispatcher.DeliverNetworkPacket(ipv6.ProtocolNumber, pkb)
go nic.dispatcher.DeliverNetworkPacket(ipv6.ProtocolNumber, pkb)
}
}()
_, snet, err := net.ParseCIDR("0200::/7")
Expand Down

0 comments on commit b232781

Please sign in to comment.