X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2Fipv6.c;h=ed59923815c98047bba6b3edfc4df4040ceb0ccd;hb=3764c294f21229bdf700f436fa4884f5e76e0d3a;hp=d728325f3dad83e751971f4811052d8bdfc8cda2;hpb=1b5bac109364b90a6169cc9bc2bbe9dd03eadb0a;p=tpg%2Facess2.git diff --git a/Modules/IPStack/ipv6.c b/Modules/IPStack/ipv6.c index d728325f..ed599238 100644 --- a/Modules/IPStack/ipv6.c +++ b/Modules/IPStack/ipv6.c @@ -169,7 +169,7 @@ void IPv6_int_GetPacket(tAdapter *Adapter, tMacAddr From, int Length, void *Buff hdr->HopLimit --; rt = IPStack_FindRoute(6, NULL, &hdr->Destination); // Get the route (gets the interface) - //to = ARP_Resolve6(rt->Interface, hdr->Destination); // Resolve address + to = ICMP6_ResolveHWAddr(rt->Interface, hdr->Destination); // Resolve address // Send packet Log_Log("IPv6", "Forwarding packet");