Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
50:492f2d2954e4
Parent:
49:1a6336f2b3f9
Child:
52:fbc5a46b5e16
diff -r 1a6336f2b3f9 -r 492f2d2954e4 ip6/icmp/ndp/ns.cpp
--- a/ip6/icmp/ndp/ns.cpp	Thu Nov 02 08:10:55 2017 +0000
+++ b/ip6/icmp/ndp/ns.cpp	Fri Nov 03 16:19:15 2017 +0000
@@ -4,7 +4,7 @@
 #include "action.h"
 #include "ip6addr.h"
 #include    "mac.h"
-#include     "nr.h"
+#include    "nr6.h"
 #include    "ar6.h"
 #include    "ip6.h"
 #include  "slaac.h"
@@ -107,7 +107,7 @@
     NdpDecodeOptions(pData, dataLength, NULL, tgtMac);
     
     Ar6AddIpRecord(trace, tgtMac, pHeader->target);
-    NrMakeRequestForNameFromIp6(pHeader->target);
+    Nr6MakeRequestForNameFromIp(pHeader->target);
     
     return DO_NOTHING;
 }