Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[muxorch] Reorder the neighbor disable operations (sonic-net#2917)
When mux transits from active to standby, orchagent first disable the neighbor[1], then program the tunnel route[2]. There is a small period of time between [1] and [2] that the ASIC is unable to forward the traffic to the neighbor. So let's reorder those two operations - program the tunnel route first, then disable the neighbor.
- Loading branch information