neutron-lib/neutron_lib
Antoni Segura Puimedon b8677baeb7 net_utils: Add a random mac generator
If you want to generate thousands of mac addresses for ports in the same
subnet, it is much more efficient to use the generator as it will
guarantee that you will not get repeated macs. It is also about 2x as
fast when not counting repetition.

The use case for this in Neutron is for making the bulk port creation
perform all the port creation at once, without having to go one by one
internally as it currently does.

Implements: blueprint speed-up-neutron-bulk-creation
Change-Id: I8551c88ffe3ddefe617fb052eb7ca6f0d7d85069
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2018-07-18 15:08:52 +00:00
..
agent Add port bindings to RPC topics resources 2018-04-27 11:03:34 -05:00
api Merge "Add DHCP_OPT_CLIENT_ID_NUM" 2018-05-23 14:27:00 +00:00
callbacks callback: priority to specify calling order 2018-03-22 18:20:25 +00:00
clients Add placement calls for bandwith resource provider 2018-04-19 09:51:36 +02:00
db rehome model_query and its dependencies 2018-04-20 06:18:11 -06:00
exceptions Merge "Add placement calls for bandwith resource provider" 2018-04-26 22:22:21 +00:00
hacking Fix N536 - Use assertIsNone regex 2017-07-13 21:27:35 -04:00
legacy Move some common test and framework goo into neutron-lib 2016-01-29 23:45:49 -07:00
locale/zh_CN/LC_MESSAGES Imported Translations from Zanata 2018-03-01 06:47:27 +00:00
objects rehome model_query and its dependencies 2018-04-20 06:18:11 -06:00
plugins Introduce API definition of Floating IP Port Forwarding 2018-05-02 07:40:15 +00:00
services rehome qos service DriverBase class 2017-06-13 09:06:33 -06:00
tests net_utils: Add a random mac generator 2018-07-18 15:08:52 +00:00
utils net_utils: Add a random mac generator 2018-07-18 15:08:52 +00:00
__init__.py Removes unnecessary utf-8 encoding 2016-12-28 17:08:10 +07:00
_i18n.py Update the documentation link for doc migration 2017-07-20 15:46:41 +00:00
_policy.py Revisit exported policy module 2017-01-12 11:41:53 -08:00
constants.py 'sfc' and 'flowclassifier' API extension definitions (networking-sfc) 2018-04-27 10:46:02 +02:00
context.py Adopted to new oslo.context code to remove deprecation warnings 2018-01-19 10:26:37 -08:00
fixture.py rehome model_query and its dependencies 2018-04-20 06:18:11 -06:00
version.py Setup for devref documentation 2015-12-07 18:50:07 +00:00
worker.py Enable module reference 2017-07-05 12:09:10 +09:00