<div dir="ltr">Hi, folks,<div>   Now the neutron use a random function to generate  the mac address for neutron port when it  was created . The  sequence is as follow:</div><div>   _generate_mac</div><div>           get_random_mac</div><div>                  random.randint</div><div>    As i understand  it, it is possible to get same mac when create two different port. Because  the random is  pseudo  random, not a fixed </div><div>    based on some unique base. </div><div><br></div><div>     Can anyone give me some explain?  Thanks</div><div><br></div><div><br></div><div><br></div><div>                     </div><div>                             </div></div>