From d06c3fdcbbea753bb7e42fa8da254a52e3d16b5f Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 29 Mar 2019 12:43:51 +0100 Subject: [PATCH] netopt: specify drop of device driver support for IPV6_IID This is not used anymore within the RIOT code-base so it is time to plan the removal of the driver support. The deprecation was already put up for the 2019.01 release, so I think removing it for the 2019.07 release seems reasonable. --- sys/include/net/netopt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/include/net/netopt.h b/sys/include/net/netopt.h index 09531f1f5a..3fb472d1de 100644 --- a/sys/include/net/netopt.h +++ b/sys/include/net/netopt.h @@ -110,6 +110,8 @@ typedef enum { * * @deprecated Do not implement this in a network device. Other APIs * utilizing [netopt](@ref net_netopt) may still implement it. + * Existing support of drivers will be dropped after the + * 2019.07 release. * * The generation of the interface identifier is dependent on the link-layer. * Please refer to the appropriate IPv6 over `` specification for