From d9212421139416f1feb454ea71cfca75fa1ab2b8 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 May 2026 19:35:04 +0000 Subject: docs: fix typos across configuration, contributing, and vpp docs Corrections include: adresses->addresses, oder->other, Them->The, criterias->criteria, seeting->setting, carefull->careful, beeing->being, reenable->re-enable, wich->which, derection->direction, Whith->With, assosiate->associate, fpr->for, bootup->boot, trough->through. https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB --- docs/configuration/protocols/bgp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/configuration/protocols/bgp.md') diff --git a/docs/configuration/protocols/bgp.md b/docs/configuration/protocols/bgp.md index 702a2b1f..ff0d24e2 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 \ shutdown -This command disable the peer or peer group. To reenable the peer use +This command disable 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 which 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. ``` -- cgit v1.2.3