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:
parent
200c4031dd
commit
42738fdff4
1 changed files with 2 additions and 0 deletions
|
@ -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 } };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue