From 7f2e9c8e417bc6cfa0b555fa3669829944321ed2 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 19 Feb 2021 15:52:34 +0200 Subject: [PATCH] Update peering.md --- docs/peering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/peering.md b/docs/peering.md index 3ac384b..db0cbca 100644 --- a/docs/peering.md +++ b/docs/peering.md @@ -114,8 +114,8 @@ You will want to add the following lines to your `/etc/babeld.conf`: # Redistribute all CRXN (10/8) routes redistribute ip 10.0.0.0/8 ge 8 -# Redistribute all CRXN (IPv6 - fd00/8) -redistribute ip fd00::/8 ge 8 +# Redistribute all CRXN (IPv6 - fd8a:6111:3b1a::/48) +redistribute ip fd8a:6111:3b1a::/48 ge 48 ``` This will redistribute routes from your kernel's routing table that match the subnets described (CRXN IPv4 `10/8` and IPv6 `fd00::/8`) into babel's internal routing table which will then be exported to neighbouring babel routers. Babel will learn any routes that are distributed into it (**TODO**: We could filter here too, with `in`).