Comment 42 for bug 1877301

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/841810
Committed: https://opendev.org/openstack/neutron/commit/9dd06e9c4424c7201cb65420f73309c545349055
Submitter: "Zuul (22348)"
Branch: master

commit 9dd06e9c4424c7201cb65420f73309c545349055
Author: yangjianfeng <email address hidden>
Date: Sat May 14 17:06:21 2022 +0800

    Forbid create ndp proxy on same router with same ip address

    Create multiple ndp proxies with same ip address within one router
    is invalid. The related database constraint was missed in previous
    patchsets. The patch add some codes fixed this error.

    Additionally, Fixed two typo errors.

    Related-Bug: #1877301
    Change-Id: Iab24ad78a3d4d9b0ee584cf0986328c9ae2bd16a