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:
33:714a0345e59b
Parent:
28:edc17eeb4142
Child:
36:900e24b27bfb
--- a/eth/eth.cpp	Thu Aug 17 14:21:02 2017 +0000
+++ b/eth/eth.cpp	Wed Aug 23 18:02:42 2017 +0000
@@ -81,6 +81,7 @@
         case 0x7475: break; //Drop Sky Q packet
         case 0x7380: break; //Drop Sky Q packet
         case 0x8100: break; //Drop Sky Q VLAN 802.1Q packet
+        case 0x887b: break; //Drop Sky Q packet
         default:
             LogHeader(pHeader, "packet not handled");
             break;