Comment 6 for bug 1989979

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/858835
Committed: https://opendev.org/openstack/neutron/commit/41a7479d0f93ec2ff5019a1bfdc891dda5078d65
Submitter: "Zuul (22348)"
Branch: master

commit 41a7479d0f93ec2ff5019a1bfdc891dda5078d65
Author: Miguel Lavalle <email address hidden>
Date: Wed Sep 21 18:26:39 2022 -0500

    Handle several dhcp agents for metadata over ipv6

    [0] added the capability to the dhcp agent of handling metadata traffic
    over ipv6. However, the added code doesn't handle the case when a
    network is managed by more than one dhcp agent. This change fixes the
    issue.

    [0] https://review.opendev.org/c/openstack/neutron/+/715482

    Change-Id: Ie1e0739f2c7390031af196e72c678ee626d0f8b8
    Closes-Bug: #1989979