summaryrefslogtreecommitdiff
path: root/docs/configuration/system
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-02-16 09:51:40 +0100
committerGitHub <noreply@github.com>2024-02-16 09:51:40 +0100
commit204617bc2961c2e14ac1ceed56e6e96f25881fb6 (patch)
tree9d457993b97006ab71f4d8feeb7d96c94293484f /docs/configuration/system
parent1c0997cab9fe6eecb24ec686a0aae65a98150c5b (diff)
parentd96b22b46f393a42833ccc3395ae359dbf199016 (diff)
downloadvyos-documentation-204617bc2961c2e14ac1ceed56e6e96f25881fb6.tar.gz
vyos-documentation-204617bc2961c2e14ac1ceed56e6e96f25881fb6.zip
Merge pull request #1282 from vyos/mergify/bp/sagitta/pr-1281
T6001: add option to disable next-hop-tracking resolve-via-default (backport #1281)
Diffstat (limited to 'docs/configuration/system')
-rw-r--r--docs/configuration/system/ip.rst13
-rw-r--r--docs/configuration/system/ipv6.rst13
2 files changed, 26 insertions, 0 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst
index 0f45b7ca..279630e2 100644
--- a/docs/configuration/system/ip.rst
+++ b/docs/configuration/system/ip.rst
@@ -43,6 +43,19 @@ can be used to filter which routes zebra will install in the kernel.
.. note:: If you choose any as the option that will cause all protocols that
are sending routes to zebra.
+Nexthop Tracking
+^^^^^^^^^^^^^^^^
+
+Nexthop tracking resolve nexthops via the default route by default. This is enabled
+by default for a traditional profile of FRR which we use. It and can be disabled if
+you do not wan't to e.g. allow BGP to peer across the default route.
+
+.. cfgcmd:: set system ip nht no-resolve-via-default
+
+ Do not 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.
+
Operational commands
--------------------
diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst
index 076efdae..ee0fa341 100644
--- a/docs/configuration/system/ipv6.rst
+++ b/docs/configuration/system/ipv6.rst
@@ -39,6 +39,19 @@ can be used to filter which routes zebra will install in the kernel.
.. note:: If you choose any as the option that will cause all protocols that
are sending routes to zebra.
+Nexthop Tracking
+^^^^^^^^^^^^^^^^
+
+Nexthop tracking resolve nexthops via the default route by default. This is enabled
+by default for a traditional profile of FRR which we use. It and can be disabled if
+you do not wan't to e.g. allow BGP to peer across the default route.
+
+.. cfgcmd:: set system ipv6 nht no-resolve-via-default
+
+ Do not 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.
+
Operational commands
--------------------