Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / utils.py @ 06ffd11f

History | View | Annotate | Download (1.8 kB)

# Date Author Comment
3165f027 07/27/2012 02:57 pm Christos Stavrakakis

Implement MAC Prefix Management

In order to guarantee uniqueness of MAC address accross all backends,
synnefo assignes a unique mac prefix to each network in each backend.

A mac-prefix of 20 bits, which is picked from the MacPrefixPool, is
assigned to each Network. The mac-prefix of the network in each...