From 48b4ca9a3771706811076df0f0902823bfe0b4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Mon, 9 Jan 2023 00:15:05 +0100 Subject: [PATCH] add docs for babeld how to set the src ip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/routing/babeld/babeld.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/routing/babeld/babeld.md b/docs/routing/babeld/babeld.md index 8f3dd3c..50ca46d 100644 --- a/docs/routing/babeld/babeld.md +++ b/docs/routing/babeld/babeld.md @@ -44,6 +44,8 @@ redistribute deny in ip deny in ip fd00::/8 le 64 ge 44 allow in deny + +install pref-src ``` Replace `` with your prefix and `` with your prefix length. @@ -88,6 +90,11 @@ in deny Here the filters are defined, which routes are filtered from neighbors. The own route is not accepted. Only ULA addresses are accepted. All other routes are filtered. +``` +install pref-src +``` +This instruction ensures that the routes are installed with their own IP address as the source address. + The `out` and `install` filters are omitted. The babeld routing table contains only CRXN routes. Therefore no filtering must be made with the export into the kernel or to neighbors. ### Filter