Comment 8 for bug 2007992

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/875535
Committed: https://opendev.org/openstack/neutron/commit/7e012aa07165d279a3103c7add8812b4cb7e5ebe
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 7e012aa07165d279a3103c7add8812b4cb7e5ebe
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Feb 17 09:55:50 2023 +0100

    Format correctly (dialect=mac_unix_expanded) the MAC addresses

    Format correctly (dialect=mac_unix_expanded) the MAC addresses in
    ``DHCPAgentOVSTestFramework``. Before this patch, this is the leases
    file the DHCP server was using:
      Done building initial lease file
        /tmp/tmp3_m7_fqk/tmpiadm5q0e/9afb0444-e28e-4582-abb0-031d6ed500e4/leases
        with contents:
      1676775199 24:77:3:7d:0:4c 192.168.10.11 * *
      1676775199 24:77:3:7d:0:3a 192.168.10.1 * *

    Related-Bug: #2007992
    Change-Id: Ie903fd3f645f7428854cf6b2fe48a1edf342cc32
    (cherry picked from commit c61ce3447e2aa3689fa7545170b4e0d94d1a4380)