1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

ipv6_netif: add flags

This commit is contained in:
Martine Lenders 2015-04-07 21:07:46 +02:00
parent 6f7af8f0a2
commit 05bcdd5398

View File

@ -102,6 +102,7 @@ typedef struct {
kernel_pid_t pid; /**< PID of the interface */
uint16_t mtu; /**< Maximum Transmission Unit (MTU) of the interface */
uint8_t cur_hl; /**< current hop limit for the interface */
uint8_t flags; /**< flags for 6LoWPAN and Neighbor Discovery */
} ng_ipv6_netif_t;
/**