summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/bgp.md
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-05-12 18:00:46 +0300
committerGitHub <noreply@github.com>2026-05-12 18:00:46 +0300
commitbfc681807ab2eafe3bfcea55be148deaba29f298 (patch)
treef712601131b83af535bdf5e1b3182cabc71daac0 /docs/configuration/protocols/bgp.md
parent936abf4cd220de6a55efbf1f555801f2878a0578 (diff)
parent9968c956f3eb7f80839148cd0496f3780915e176 (diff)
downloadvyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.tar.gz
vyos-documentation-bfc681807ab2eafe3bfcea55be148deaba29f298.zip
Merge pull request #1997 from vyos/claude/scan-typos-errors-VJZ5E
docs: fix typos across configuration, contributing, and vpp docs
Diffstat (limited to 'docs/configuration/protocols/bgp.md')
-rw-r--r--docs/configuration/protocols/bgp.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/protocols/bgp.md b/docs/configuration/protocols/bgp.md
index 702a2b1f..cfa79ce4 100644
--- a/docs/configuration/protocols/bgp.md
+++ b/docs/configuration/protocols/bgp.md
@@ -285,7 +285,7 @@ and happen automatically if local-role is set.
```{cfgcmd} set protocols bgp neighbor \<address|interface\> shutdown
-This command disable the peer or peer group. To reenable the peer use
+This command disables the peer or peer group. To re-enable the peer, use
the delete form of this command.
```
@@ -805,7 +805,7 @@ availability is also advertised. A route that continually fails and returns
requires a great deal of network traffic to update the network about the
route's status.
-Route dampening wich described in {rfc}`2439` enables you to identify routes
+Route dampening, described in {rfc}`2439`, enables you to identify routes
that repeatedly fail and return. If route dampening is enabled, an unstable
route accumulates penalties each time the route fails and returns. If the
accumulated penalties exceed a threshold, the route is no longer advertised.
@@ -1016,7 +1016,7 @@ peer. The {cfgcmd}`receive` keyword configures a router to advertise ORF
receive capabilities. The {cfgcmd}`send` keyword configures a router to
advertise ORF send capabilities. To advertise a filter from a sender, you
must create an IP prefix list for the specified BGP peer applied in inbound
-derection.
+direction.
```