For example:
$ openstack port create --network private --mac-address 11:22:33:4:5:66 port200 ... | mac_address | 11:22:33:4:5:66 ...
The ML2 plugin should check the validity of the MAC address provided.
For example:
$ openstack port create --network private --mac-address 11:22:33:4:5:66 port200
...
| mac_address | 11:22:33:4:5:66
...
The ML2 plugin should check the validity of the MAC address provided.