From 2f5ad41e41798c82c734ed0d7d2ad189d2ebb616 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 7 Feb 2024 14:40:01 +0100 Subject: [PATCH] doc/roadmap: Make working 6LBR a goal --- doc/doxygen/src/roadmap.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/src/roadmap.md b/doc/doxygen/src/roadmap.md index b35b73ddea7c..7417eb8683fe 100644 --- a/doc/doxygen/src/roadmap.md +++ b/doc/doxygen/src/roadmap.md @@ -11,8 +11,11 @@ The text and items below are tentative, up for discussion, to be updated by regu - ICN stack support clean-up - discuss mid- and long-term plans for network stack maintenance & development (GNRC vs other supported stacks) - revisit network time synchronization - - +- Provide a border router into 6LoWPANs (a 6LBR) that works out of the box in common scenarios: + - [x] in IPv6 networks with working Prefix Delegation (PD) + - [ ] in IPv6 networks without working Prefix Delegation (eg. by means of ND Proxying) + - [ ] in legacy networks (eg. by means of tunneling) + - [ ] with configurable on-by-default fallbacks # Network Stack Low layers (contact/steering: [Peter](https://github.com/PeterKietzmann))