Alexander "Ananace" Olofsson bd5ee4f708
fix(nsc): Overly eager IPVS updating
* fix(nsc): Overly eager IPVS updating

Switches the endpoint map comparison in OnEndpointsUpdate from being a
DeepEqual, to instead checking that all services exist, and that their
associated endpoints are similar.

Ordering is no longer considered important in regards to the IPVS
update check.

Fixes #1026
2021-04-21 17:25:16 -05:00
..