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:
parent
6f7af8f0a2
commit
05bcdd5398
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user