File: mac-generator-f927df2fe57300c0.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
features:
  - |
    Introduced ``neutron_lib.utils.net.random_mac_generator(basemac)``. It allows
    you to get a mac address string Python generator from the same kind of
    basemac that ``neutron_lib.utils.net.get_random_mac(basemac)`` expects. If
    there are a lot of macs to get, this will speed the process up
    significantly over generating single macs and testing for collisions.