]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
linuxbridge-agent: make vxlan unicast check more efficent
authorDarragh O'Reilly <darragh.oreilly@hp.com>
Mon, 17 Nov 2014 10:20:58 +0000 (10:20 +0000)
committerDarragh O'Reilly <darragh.oreilly@hp.com>
Mon, 17 Nov 2014 14:30:47 +0000 (14:30 +0000)
commit0bf69ad80fb77773e767e116357cf6e1666b3f5d
tree9d002c7f01fbb7f913a976e763275082785565be
parent693cd76e6ce7a711bb5937fa78e864367b7c99f8
linuxbridge-agent: make vxlan unicast check more efficent

A list with the full range of vxlan VNIs (1 to 2**24) was using
over 300MB of memory. This patch uses xrange instead of range.

Closes-Bug: #1393362
Change-Id: I21ccab758e7911712690fd5e732f64361e809264
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py