← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1926273] [NEW] Port can be created with an invalid MAC address

 

Public bug reported:

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.

** Affects: neutron
     Importance: Medium
     Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)
         Status: New

** Description changed:

  For example:
  
-   $ openstack port create --network private --mac-address 11:22:33:4:5:66 port200
-   ...
-   | mac_address             | 11:22:33:4:5:66
-   ...
+   $ 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.

** Changed in: neutron
     Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez)

** Changed in: neutron
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1926273

Title:
  Port can be created with an invalid MAC address

Status in neutron:
  New

Bug 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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1926273/+subscriptions


Follow ups