]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Fri, 12 Dec 2025 21:13:14 +0000 (21:13 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 12 Dec 2025 21:13:14 +0000 (21:13 +0000)
commitafd967bb0f5f595cca86722087fab6917b643236
tree95e6be4ab0e9f6b4b3ed30b88d8de0bda69010cd
parent8ff6180174d5a0b10c16bfb5cc0ec896e50ca818
Update git submodules

* Update neutron from branch 'master'
  to b01e3aeb7b3b63e847858411bd6664aeacdc5f27
  - Merge "Handle virtual port parent lookup via Neutron DB"
  - Handle virtual port parent lookup via Neutron DB

    When the existing code would have an orphaned LSP that matched the IP
    of a port being added to a VM, it would detect that the new VM port
    was of type virtual. This patch instead uses the neutron db (the source
    of truth) to find the parent ports of a virtual port (the ports that
    have allowed address pairs matching the port).

    Closes-Bug: #2000378

    Change-Id: I8d2b6be0d64d243a16e365af2d5bd5af78015fc8
Signed-off-by: Terry Wilson <twilson@redhat.com>
neutron