Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
48:952dddb74b8b
Parent:
47:73af5c0b0dc2
Child:
49:1a6336f2b3f9
--- a/ip6/icmp/icmp6.cpp	Thu Oct 26 14:50:24 2017 +0000
+++ b/ip6/icmp/icmp6.cpp	Tue Oct 31 21:25:09 2017 +0000
@@ -28,6 +28,7 @@
 {
     switch (type)
     {
+        case   1: Log ("Destination uneaceable" ); break;
         case 128: Log ("Echo Request"           ); break;
         case 129: Log ("Echo Reply"             ); break;
         case 133: Log ("Router solicit"         ); break;
@@ -127,7 +128,7 @@
             action = NsHandleReceivedAdvertisement(trace, pData, &dataLength);
             break;
         default:
-            LogTimeF("ICMP6 unknown packet type %d", type);
+            LogTimeF("ICMP6 unknown packet type %d\r\n", type);
             return DO_NOTHING;
     }
     if (!action) return DO_NOTHING;