net: Add multicast address to network interface

Change-Id: Ifc09d2e1d3ac44ab0f5980ee17299119fbe2a867
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-05-03 08:35:02 +03:00
commit ad848dcfbf
3 changed files with 22 additions and 2 deletions

View file

@ -18,6 +18,4 @@
#include <net/uip/net_if.h>
#elif defined(CONFIG_NET_YAIP)
#include <net/yaip/net_if.h>
#else
#error "Either uIP or YAIP needs to be selected."
#endif