From 4ab4dd8c4a10fa093c56ab2d4e8a81802c9df6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 1 Jan 2023 19:32:18 +0100 Subject: [PATCH] make intention clear MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/routing/bird/bird-alternative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing/bird/bird-alternative.md b/docs/routing/bird/bird-alternative.md index 55171de..5e81c59 100644 --- a/docs/routing/bird/bird-alternative.md +++ b/docs/routing/bird/bird-alternative.md @@ -93,7 +93,7 @@ protocol babel crxn_net { protocol device {} ``` -`` is replaced by an IP address from its own subnet. Often `::1` is used for the router. `` is replaced by its subnet or the part you want to propagate. If you have only one node, you can enter your whole /48 network. If you have several nodes and want to give each node a smaller network (e.g. /56 or /52), enter it here. +`` is replaced by an IP address from its own subnet. Often `xxxx::1` is used for the router. `` is replaced by its subnet or the part you want to propagate. If you have only one node, you can enter your whole /48 network. If you have several nodes and want to give each node a smaller network (e.g. /56 or /52), enter it here. `` is a random IPv4 address which is used as unique identifier of the bird instance. You cannot peer with a peer that has the same router ID. `` can be replaced with the hostname of the router. This can be any string.