From 1951e713d237578f75f54bed3287479d137f5738 Mon Sep 17 00:00:00 2001 From: David Schweizer Date: Wed, 12 Feb 2025 13:22:06 +0100 Subject: [PATCH] doc: Update description of 'allow-reserved-ranges' Update user documentation to reflect behavior of config command 'allow-reserved-ranges' after changes enable use of ipv4 class E addresses by default. Signed-off-by: David Schweizer --- doc/user/basic.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/user/basic.rst b/doc/user/basic.rst index b2d47a38eb..f7d7232b17 100644 --- a/doc/user/basic.rst +++ b/doc/user/basic.rst @@ -331,12 +331,9 @@ Basic Config Commands .. clicmd:: allow-reserved-ranges - Allow using IPv4 reserved (Class E) IP ranges for daemons. E.g.: setting - IPv4 addresses for interfaces or allowing reserved ranges in BGP next-hops. - - If you need multiple FRR instances (or FRR + any other daemon) running in a - single router and peering via 127.0.0.0/8, it's also possible to use this - knob if turned on. + Allow peering via loopback addresses (127.0.0.0/8). This is necessary in case + of multiple FRR instances (or FRR + any other daemon) peering via loopback + interfaces running on the same router. Default: off. -- 2.39.5