Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ecmp_vip.go): non-local service advertisement
With advertiseService set to false by default, it means that it won't ever get re-evaluated if the service isn't a local host and will ALWAYS result in withdrawing the VIPs which is incorrect. It needs to default to true, and only override the boolean if serviceLocal is set to true.
- Loading branch information