1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 13 10:57:55 UTC 2025

This commit is contained in:
Automated 2025-08-13 10:57:56 +00:00
parent 4f9f745739
commit d6d01162c7
357 changed files with 4606 additions and 9471 deletions

View file

@ -25,13 +25,11 @@ DESCRIPTION
Routes match packets by destination IP address, preferring smaller or more
specific ranges over larger ones (see --destination-range). If there is a
tie, the system selects the route with the smallest priority value. If
there is still a tie, it uses the layer 3 and 4 packet headers to select
just one of the remaining matching routes. The packet is then forwarded as
specified by --next-hop-address, --next-hop-instance,
--next-hop-vpn-tunnel, or --next-hop-gateway of the winning route. Packets
that do not match any route in the sending virtual machine routing table
will be dropped.
tie, the system selects the route with the smallest priority value. The
packet is then forwarded as specified by --next-hop-address,
--next-hop-instance, --next-hop-vpn-tunnel, or --next-hop-gateway of the
winning route. Packets that do not match any route in the sending virtual
machine routing table will be dropped.
Exactly one of --next-hop-address, --next-hop-gateway,
--next-hop-vpn-tunnel, or --next-hop-instance must be provided with this