]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: add separate section for nexthop tracking
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 2 Jun 2021 14:51:09 +0000 (17:51 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 2 Jun 2021 14:52:26 +0000 (17:52 +0300)
"ip nht resolve-via-default" is currently placed in "Link Parameters
Commands" section. Add a separate section and missing IPv6 counterpart.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
doc/user/zebra.rst

index 0e6fb58a07a1d108a22146db026355838c70ce24..6eebf71f804b07402bac87cacea10c781410f859 100644 (file)
@@ -254,10 +254,22 @@ Link Parameters Commands
    for InterASv2 link in OSPF (RFC5392).  Note that this option is not yet
    supported for ISIS (RFC5316).
 
+Nexthop Tracking
+================
+
+Nexthop tracking doesn't resolve nexthops via the default route by default.
+Allowing this might be useful when e.g. you want to allow BGP to peer across
+the default route.
+
 .. clicmd:: ip nht resolve-via-default
 
-   Allows nexthop tracking to resolve via the default route. This is useful
-   when e.g. you want to allow BGP to peer across the default route.
+   Allow IPv4 nexthop tracking to resolve via the default route. This parameter
+   is configured per-VRF, so the command is also available in the VRF subnode.
+
+.. clicmd:: ipv6 nht resolve-via-default
+
+   Allow IPv6 nexthop tracking to resolve via the default route. This parameter
+   is configured per-VRF, so the command is also available in the VRF subnode.
 
 Administrative Distance
 =======================