Well that was wrong

This commit is contained in:
Josh Deprez 2024-04-23 13:30:11 +10:00
parent b52109fe28
commit 6e42fd4cc2
Signed by: josh
SSH key fingerprint: SHA256:zZji7w1Ilh2RuUpbQcqkLPrqmRwpiCSycbF2EfKm6Kw

View file

@ -131,7 +131,7 @@ func (rtr *Router) HandleNBP(srcHWAddr ethernet.Addr, ddpkt *ddp.ExtPacket) erro
SrcNode: ddpkt.SrcNode,
SrcSocket: ddpkt.SrcSocket,
DstNet: z.Network,
DstNode: 0x01, // Router node address for the dest network
DstNode: 0x00, // Router node address for the dest network
DstSocket: 2,
Proto: ddp.ProtoNBP,
},