Plugins prepared from the containernetworking/cni repo as follows: 1) git reset --hard 1a9288c3c09cea4e580fdb1a636f1c5e185a391f 2) git remove everything not in plugins/ 3) git remove plugins/test 4) git merge into containernetworking/plugins repo 5) adjust import paths for containernetworking/cni -> containernetworking/plugins
This changes the ip allocation logic to round robin. Before this, host-local IPAM searched for available IPs from start of subnet. Hence it tends to allocate IPs that had been used recently. This is not ideal since it may cause collisions.