GARP and RA packet specifications for HA policy with fast IP move

The following sections specify the GARP and RA packet specifications required byGoogle Cloud when thehaPolicy.fastIPMove backend service parameter isset toGARP_RA.

GARP packet format for IPv4 traffic

The following fields are required when you use a GARP packet to trigger anew leader.

Sender MAC addressMAC address of the sender VM instance (the new leader).
Sender IPv4 addressThe/32 IPv4 address that is moving to the new leader.
Target MAC addressBroadcast MAC address:FF-FF-FF-FF-FF-FF
Target IPv4 addressSame as the sender IPv4 address.
ARP operationARPOP_REPLY: 2

RA packet format for IPv6 traffic

RA supports advertising multiple IPv6 prefix ranges in a single RA packet byattaching multiple ICMPv6prefix informationoptions.

WhenhaPolicy.fastIPMove is set toGARP_RA, every IPv6 prefix range in asingle RA packet should be an exact match to a forwarding rule IP address, andall of those forwarding rules must point to the same regional backend service.

If the set of IPv6 prefix ranges are served by different regional backendservices, the RA packet is treated as invalid and doesn't trigger a fast IPmove.

The following fields are required when you use an RA packet to trigger anew leader.

Sender MAC addressMAC address of the sender VM instance (the new leader).
Sender IPv6 addressLink-local IPv6 address of the sender VM instance. This is not the IPv6 address that is moving to the new leader.
Target MAC addressAll node multicast MAC address:33-33-00-00-00-01
Target IPv6 addressIPv6 all node multicast address:FF02::1
IPv6 hop limit255
ICMPv6 typeND_ROUTER_ADVERT: 134
ICMPv6 options typeND_OPT_PREFIX_INFORMATION: 3
Prefix information option prefixThe IPv6 prefix that is moving to the new leader. Bits after the prefix must be zero.
Prefix information option prefix lengthThe length of IPv6 prefix that is moving to the new leader.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-18 UTC.