Page 98 in the Study Guide:
After a failover, the new primary broadcasts GARP patckets, notifying the network that each vMAC address is now reachable on a different port, however on some switch-models that might not be enough. To solve the issue that MAC-tables on switches are not updated after a failover, you should configure the following on a HA-cluster:
config system ha
set link-failed-signal enable
end
This will force the primary device to shut down all devices except mgmt and HA for one second, forcing the connected l2 devices to update their MAC-tables, as this simulates a link failure.