diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-12-19 18:55:05 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-12-19 18:55:05 +0100 |
commit | 43b8e264c8fe9cb84a06a9f0effd3eb6299606c7 (patch) | |
tree | 79014cf3246b5f67938218f4b07d61c398def947 /doc | |
parent | Merge pull request #3502 from donaldsharp/socket_to_me_baby (diff) | |
download | frr-43b8e264c8fe9cb84a06a9f0effd3eb6299606c7.tar.xz frr-43b8e264c8fe9cb84a06a9f0effd3eb6299606c7.zip |
doc: add `ip nht resolve-via-default`
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index c509eb858..9dfe1ea39 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -276,6 +276,12 @@ Link Parameters Commands After setting TABLENO with this command, static routes defined after this are added to the specified table. +.. index:: ip nht resolve-via-default +.. 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. + .. _zebra-vrf: Virtual Routing and Forwarding |