### Issue Summary Windows hosts experience an accretion of VFP load balancers during network removal. ### Steps to Recreate 1. Install jq on a windows host and join it to a swarm 1. Deploy a singly replicated windows service 1. Observe set of load balancers: ``` hnsdiag list loadbalancers -d | jq '[.ID,.Policies[0].SourceVIP,.Policies[0].VIPs[0]]|@tsv' -r ``` 1. Drain windows host or scale service to 0, then undrain or scale service to 1 1. Repeat steps 3 and 4, watching the number of load balancers grow. ### Relevant Commit https://github.com/docker/libnetwork/commit/c47239d1e78950f9cc6fcab1d4e029e7df07082a#diff-cba6b1b3488fe48ebbef7e1821a3745dL1081 (https://github.com/moby/libnetwork/pull/2138)