Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: ip6/icmp/icmp6.cpp
- 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;