mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
Merge pull request #3752 from authmillenon/gnrc_ipv6_netif/fix/wired-flag
gnrc_ipv6_netif: IS_WIRED flag collides with Home Agent flag
This commit is contained in:
commit
df827d9c34
@ -181,7 +181,7 @@ extern "C" {
|
||||
/**
|
||||
* @brief Flag to indicate if the interface is operating over a wired link
|
||||
*/
|
||||
#define GNRC_IPV6_NETIF_FLAGS_IS_WIRED (0x2000)
|
||||
#define GNRC_IPV6_NETIF_FLAGS_IS_WIRED (0x0080)
|
||||
|
||||
/**
|
||||
* @brief Flag to indicate that the interface has other address
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user