From 41e86bfc201b56cb2e8434bdf7fe7cb5b9046999 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 1 Sep 2015 12:49:24 +0200 Subject: [PATCH] gnrc_ipv6_netif: reassign IS_WIRED flag --- sys/include/net/gnrc/ipv6/netif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/gnrc/ipv6/netif.h b/sys/include/net/gnrc/ipv6/netif.h index 86f86edf8e..7470a63505 100644 --- a/sys/include/net/gnrc/ipv6/netif.h +++ b/sys/include/net/gnrc/ipv6/netif.h @@ -146,7 +146,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