From 92b8931e2f6537487f17776b0adad4b0cb078827 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Wed, 8 Aug 2018 17:30:57 +0200 Subject: [PATCH] task8.4: document requirement for SLAAC --- 08-interop/08-interop.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/08-interop/08-interop.md b/08-interop/08-interop.md index 6e7422f4..b82ad07a 100644 --- a/08-interop/08-interop.md +++ b/08-interop/08-interop.md @@ -29,6 +29,10 @@ ICMPv6 echo request/reply exchange between an iotlab-m3 node running RIOT and an Linux Internet host using a Raspberry Pi running Linux with 6LoWPAN support as border router. Routes are configured statically. +Since Linux' 6Lo implementation doesn't support 6Lo-ND DAD yet, the RIOT image +needs to be compiled with `CFLAGS += -DGNRC_IPV6_NIB_CONF_SLAAC=1` to be able to +fall back to classic SLAAC + DAD. + Task #05 - ICMPv6 echo between iotlab-m3 and Internet host through RIOT border router ===================================================================================== ### Description