Reviewed: https://review.openstack.org/297839 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7b1b8c2de57457c2ec1ed784165a3e10e24151cf Submitter: Jenkins Branch: master
commit 7b1b8c2de57457c2ec1ed784165a3e10e24151cf Author: Swaminathan Vasudevan <[email protected]> Date: Fri Mar 25 12:38:13 2016 -0700 DVR: Increase the link-local address pair range The current dvr_fip_ns.py file has FIP_LL_SUBNET configured with a subnet prefixlen of /23 which only allows 255 pairs of link-local addresses to be generated. If the number of routers per-node increases beyond the 255 limit it raises an assertion. This patch increases the link-local address cidr to be a /18 to allow for 8K routers. The new range was chosen to not overlap with the original, allowing for in-place upgrades without affecting existing routers. Closes-Bug: #1562110 Change-Id: I6e11622ea9cc74b1d2428757f16aa0de504ac31a ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1562110 Title: link-lock-address allocater for DVR has a limit of 256 address pairs per node Status in neutron: Fix Released Bug description: The current 'link-local-address' allocator for DVR routers has a limit of 256 routers per node. This should be configurable and not just limited to 256 routers per node. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1562110/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

