A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
50:492f2d2954e4
Parent:
49:1a6336f2b3f9
Child:
52:fbc5a46b5e16
--- a/ip6/ip6.cpp	Thu Nov 02 08:10:55 2017 +0000
+++ b/ip6/ip6.cpp	Fri Nov 03 16:19:15 2017 +0000
@@ -5,7 +5,7 @@
 #include   "icmp6.h"
 #include "udptcp6.h"
 #include     "ar6.h"
-#include      "nr.h"
+#include     "nr6.h"
 #include   "slaac.h"
 #include     "eth.h"
 #include      "ip.h"
@@ -148,7 +148,7 @@
     }
     
     Ar6AddIpRecord(trace, pSrcMac, srcIp);
-    NrMakeRequestForNameFromIp6(srcIp);
+    Nr6MakeRequestForNameFromIp(srcIp);
 
     int action = DO_NOTHING;
     switch (protocol)