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:
22:914b970356f0
Parent:
15:6ca6778168b1
Child:
29:39277bf2003d
--- a/ip6/ip6.cpp	Thu Jun 29 19:42:28 2017 +0000
+++ b/ip6/ip6.cpp	Mon Jul 03 14:29:07 2017 +0000
@@ -239,8 +239,19 @@
         case UNICAST:
         case UNICAST_DNS:
         case UNICAST_DHCP:
+        case UNICAST_NTP:
             ArRev6(Ip6Dst, pDstMac);             //Make the remote MAC from NP
             break;
+        case MULTICAST_NODE:
+        case MULTICAST_ROUTER:
+        case MULTICAST_MDNS:
+        case MULTICAST_LLMNR:
+        case SOLICITED_NODE:
+            break;
+        default:
+            LogTimeF("Ip6PollForPacketToSend - undefined action %d\r\n", action);
+            break;
+
     }
         
     if (DEBUG) logHeader("IP6 polled packet sent");