This summarizes a fast re-route method to find an alternate path after a link failure, before the interior gateway protocol has reconverged. The method selects the next hop among a source node's neighbors based on which has the lowest number of visits (multiplicity) and shortest estimated distance to the destination. It is proven to always find an alternate path if one exists. The method improves over loop-free alternate approaches by not requiring tunnels. It can find paths for simple cases like a square topology where LFA fails.