net: multicast_eth_addr is use only with IPV6

Change-Id: Ia204a327ec7a85d1b0b0bf79778b4ebee8f294a6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-15 09:01:31 -05:00 committed by Anas Nashif
commit 42738fdff4

View file

@ -28,8 +28,10 @@
#include "net_private.h"
#include "ipv6.h"
#if defined(CONFIG_NET_IPV6)
static const struct net_eth_addr multicast_eth_addr = {
{ 0x33, 0x33, 0x00, 0x00, 0x00, 0x00 } };
#endif
static const struct net_eth_addr broadcast_eth_addr = {
{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } };