net: Add source mac address to net_buf

This is needed for enabling RPL and 6lowpan support.

Change-Id: I87f95a08db2cc874bbe841d9b1456803ab16d75d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2015-06-12 16:12:20 +03:00 committed by Anas Nashif
parent 19fe2ff93d
commit 5d11691aa6
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ struct net_buf {
void *uip_conn;
void *uip_udp_conn;
linkaddr_t dest;
linkaddr_t src;
/* Neighbor discovery vars */
void *nd6_opt_prefix_info;