X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fethernet.h;h=e4a7ff85ebc93f9539e0f11ca2d98bbe7aac6dd0;hb=a86faaf34711d6b0f278b670d70a229a3cf0d479;hp=b759ab3feb867a27c59e3a7f7fb48f4b4c59548e;hpb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;p=meshlink diff --git a/src/ethernet.h b/src/ethernet.h index b759ab3f..e4a7ff85 100644 --- a/src/ethernet.h +++ b/src/ethernet.h @@ -1,7 +1,7 @@ /* ethernet.h -- missing Ethernet related definitions Copyright (C) 2005 Ivo Timmermans - 2006 Guus Sliepen + 2006 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,6 +41,10 @@ #define ETH_P_IPV6 0x86DD #endif +#ifndef ETH_P_8021Q +#define ETH_P_8021Q 0x8100 +#endif + #ifndef HAVE_STRUCT_ETHER_HEADER struct ether_header { uint8_t ether_dhost[ETH_ALEN];