From b7622c4908a58a52f232c71aa136e6c8b42fe030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Wed, 3 Apr 2024 18:11:20 +0000 Subject: [PATCH] Add home router --- bandura.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bandura.json b/bandura.json index 4729c26..99d6839 100644 --- a/bandura.json +++ b/bandura.json @@ -40,6 +40,16 @@ "description": "reseau.mk16.de" } } + }, + "fd5f:28a6:6bea::/48": { + "description": "Home router", + "max-len": "48", + "device": { + "fd5f:28a6:6bea::1": { + "type": "router", + "description": "home.mk16.de" + } + } } } }