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:
23:b641979389b2
Parent:
22:914b970356f0
Child:
28:edc17eeb4142
--- a/eth/eth.cpp	Mon Jul 03 14:29:07 2017 +0000
+++ b/eth/eth.cpp	Tue Jul 04 15:03:23 2017 +0000
@@ -79,6 +79,7 @@
         case 0x7374: break; //Drop Sky Q packet
         case 0x7475: break; //Drop Sky Q packet
         case 0x7380: break; //Drop Sky Q packet
+        case 0x8100: break; //Drop Sky Q VLAN 802.1Q packet
         default:
             LogHeader(pHeader, "packet not handled");
             break;