diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-08-29 17:38:26 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-30 14:23:48 +0200 |
commit | 8f47dc93cd4e89c1f9724a7e0df46f0a2ed02af5 (patch) | |
tree | 9270c74744c25f298ebea80946eb8c3c675c16fe /doc | |
parent | zebra: Allow for initial deny of installation of nhe's (diff) | |
download | frr-8f47dc93cd4e89c1f9724a7e0df46f0a2ed02af5.tar.xz frr-8f47dc93cd4e89c1f9724a7e0df46f0a2ed02af5.zip |
doc: Update documentation to talk about nhe changes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 900d2fd34..b008eaf72 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -1637,7 +1637,11 @@ zebra Terminal Mode Commands option as that nexthop groups are per namespace in linux. If you specify singleton you would like to see the singleton nexthop groups that do have an afi. [type] allows you to filter those - only coming from a specific NHG type (protocol). + only coming from a specific NHG type (protocol). A nexthop group + that has `Initial Delay`, means that this nexthop group entry + was not installed because no-one was using it at that point and + Zebra can delay installing this route until it is used by something + else. .. clicmd:: show <ip|ipv6> zebra route dump [<vrf> VRFNAME] |