diff --git a/src/ethernet.h b/src/ethernet.h index 410fb1e..1f6eb31 100644 --- a/src/ethernet.h +++ b/src/ethernet.h @@ -1,6 +1,6 @@ /* * WrapSix - * Copyright (C) 2008-2011 Michal Zima + * Copyright (C) 2008-2013 Michal Zima * * 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 @@ -19,6 +19,10 @@ #ifndef ETHERNET_H #define ETHERNET_H +#ifndef ETHERTYPE_IPV6 +#define ETHERTYPE_IPV6 0x86dd +#endif /* ETHERTYPE_IPV6 */ + /* MAC address structure */ struct s_mac_addr { unsigned char addr[6];