commit 827cca2ed75b159c3a1a2e5f193150fe32491b1b
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed May 5 10:45:36 2021 +0000
Sanitize MAC addresses
This patch sanitizes the MAC address coming from a user input:
- The "base_mac" address configuration parameter.
- The "port.mac_address" stored in the database, if the script
provided is not executed.
This patch relays on [1], that will sanitize any input coming from
the server API.
This patch adds a new script to sanitize all "port.mac_address"
registers stored in the dabatabase.
Reviewed: https:/ /review. opendev. org/c/openstack /neutron/ +/789831 /opendev. org/openstack/ neutron/ commit/ 827cca2ed75b159 c3a1a2e5f193150 fe32491b1b
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 827cca2ed75b159 c3a1a2e5f193150 fe32491b1b
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed May 5 10:45:36 2021 +0000
Sanitize MAC addresses
This patch sanitizes the MAC address coming from a user input:
- The "base_mac" address configuration parameter.
- The "port.mac_address" stored in the database, if the script
provided is not executed.
This patch relays on [1], that will sanitize any input coming from
the server API.
This patch adds a new script to sanitize all "port.mac_address"
registers stored in the dabatabase.
[1]https:/ /review. opendev. org/c/openstack /neutron- lib/+/788300
Related-Bug: #1926273
Change-Id: I8572906cc435fe da1f82263fd94dd a47fc1526e1