diff options
| author | David Schweizer <dschweizer@opensourcerouting.org> | 2025-02-12 13:22:06 +0100 |
|---|---|---|
| committer | David Schweizer <dschweizer@opensourcerouting.org> | 2025-02-14 15:05:08 +0100 |
| commit | 1951e713d237578f75f54bed3287479d137f5738 (patch) | |
| tree | 7c76215841bb294d03cf23a8ff27dfde831ef716 /doc | |
| parent | 1eef3a77e32b711311551a699b475317f8f9729a (diff) | |
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 <dschweizer@opensourcerouting.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/basic.rst | 9 |
1 files 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. |
