2021-04-27 08:59:13 |
Rodolfo Alonso |
bug |
|
|
added bug |
2021-04-27 08:59:35 |
Rodolfo Alonso |
description |
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. |
|
2021-04-27 08:59:43 |
Rodolfo Alonso |
neutron: assignee |
|
Rodolfo Alonso (rodolfo-alonso-hernandez) |
|
2021-04-27 08:59:48 |
Rodolfo Alonso |
neutron: importance |
Undecided |
Medium |
|
2021-04-27 13:52:01 |
Rodolfo Alonso |
description |
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.
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1949632 |
|
2021-04-27 13:53:01 |
OpenStack Infra |
neutron: status |
New |
In Progress |
|
2021-05-06 22:08:03 |
OpenStack Infra |
neutron: status |
In Progress |
Fix Released |
|