<div dir="ltr">Hi All,<div><br></div><div>Recently, Banix observed and brought into notice this issue [1].</div><div><br></div><div>To solve this, i could think of two approaches:</div><div>1. Modifying the libnetwork apis to get PoolID also at network creation.</div><div>     OR </div><div>2. Enhancing the /network docker api to get PoolID details also</div><div><br></div><div>Problem with the first approach is that it is changing libnetwork interface which is common for all remote drivers and thus chances of any break-ups are high. So I preferred second one.</div><div><br></div><div>Here is the patch I pushed to docker [2].</div><div><br></div><div>Once this is merged, we can easily fix this issue by tagging poolID to neutron networks and filtering subnets at address request time based on this information.</div><div><br></div><div>Any thoughts/suggestions?</div><div><br></div><div><br></div><div>Thanks</div><div>Vikas</div><div><br></div><div>[1] <a href="https://bugs.launchpad.net/kuryr/+bug/1585572">https://bugs.launchpad.net/kuryr/+bug/1585572</a></div><div>[2] <a href="https://github.com/docker/docker/issues/23025">https://github.com/docker/docker/issues/23025</a></div></div>