Skip to content

Commit f8e8105

Browse files
Update src/content/partials/network-interconnect/bgp-peering.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent bcd40c4 commit f8e8105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/network-interconnect/bgp-peering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When BGP and static routes have the same prefix and priority, Cloudflare enforce
5555

5656
When BGP advertises a route, it is automatically added to the Magic routing table with a default priority of `100` which <a href={props.configStaticRoutes}>applies to all regions</a>. However, if a static route exists with the same prefix and priority, the static route will always take precedence over the BGP route. You will have to set a different priority for static routes, to be more or less than `100`, depending on which you want to prioritize. Lower values have greater priority.
5757

58-
Additionally, when multiple BGP routes exist with the same prefix length and priority, traffic is distributed across them using <a href={props.ecmp}>equal-cost multi-ath (ECMP) routing</a>.
58+
Additionally, when multiple BGP routes exist with the same prefix length and priority, traffic is distributed across them using <a href={props.ecmp}>equal-cost multi-path (ECMP) routing</a>.
5959

6060
## BGP timers and settings
6161

0 commit comments

Comments
 (0)