1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Thu Dec 14 10:23:57 UTC 2023

This commit is contained in:
Automated 2023-12-14 10:23:58 +00:00
parent f36750d203
commit a990278fb3
205 changed files with 4929 additions and 1866 deletions

View file

@ -108,9 +108,16 @@ FLAGS
or STANDARD. BGP_BEST_PATH_SELECTION_MODE must be one of:
LEGACY
LEGACY mode (default)
Dynamic routes are ranked based on MED BGP attribute. When global
routing is enabled, MED of the routes received from other regions
is original MED plus region-to-region cost.
STANDARD
STANDARD mode
Dynamic routes are ranked based on AS Path, Origin, Neighbor ASN
and MED BGP attributes. When global routing is enabled,
region-to-region cost is used as a tiebreaker. This mode offers
customizations to fine-tune BGP best path routing with additional
knobs like --bgp-bps-always-compare-med and
--bgp-bps-inter-region-cost
--[no-]bgp-bps-always-compare-med
Enables/disables the comparison of MED across routes with different