diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-14 21:03:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 21:03:06 +0200 |
commit | cef398924cfb84ade562eab908f4cb4038280090 (patch) | |
tree | 51a3e3dc39531b8e7d53f07366effe7aff6cc6b5 /doc | |
parent | Merge pull request #13439 from anlancs/fix/pimd-use-macro-pimreg (diff) | |
parent | doc: Fix typo in multipath route docs (diff) | |
download | frr-cef398924cfb84ade562eab908f4cb4038280090.tar.xz frr-cef398924cfb84ade562eab908f4cb4038280090.zip |
Merge pull request #13513 from subsecond/patch-4
Fix typo in multipath route docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/static.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/static.rst b/doc/user/static.rst index 05847ba39..6d8aca97b 100644 --- a/doc/user/static.rst +++ b/doc/user/static.rst @@ -90,7 +90,7 @@ a static prefix and gateway, with several possible forms. Multiple nexthop static route ============================= -To create multiple nexthops to the same NETWORK, just reenter the same +To create multiple nexthops to the same NETWORK (also known as a multipath route), just reenter the same network statement with different nexthop information. .. code-block:: frr @@ -122,7 +122,7 @@ nexthops, if the platform supports this. ip route 10.0.0.0/8 null0 255 -This will install a multihop route via the specified next-hops if they are +This will install a multipath route via the specified next-hops if they are reachable, as well as a high-distance blackhole route, which can be useful to prevent traffic destined for a prefix to match less-specific routes (e.g. default) should the specified gateways not be reachable. E.g.: |