From 10aac88be5d4043c77938430ef1cb6f5c0ecbda9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 31 Aug 2021 14:38:41 -0500 Subject: [PATCH] TODO: Add a task regarding DNAv4 --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO b/TODO index 3256712d..26017ca0 100644 --- a/TODO +++ b/TODO @@ -370,3 +370,18 @@ Wireless daemon Priority: Medium Complexity: C4 + +Network Configuration +===================== + +- Support elements of RFC4436 - DNAv4 + + Assumption: netconfig is able to save lease information for networks that + have been joined previously and does not release the lease when the network + is left temporarily. + + Attempt to re-assume the lease via methods described in DNAv4 if we attempt + to rejoin a network and the lease has not expired yet. + + Priority: Low + Complexity: C4