Comment 10 for bug 1892362

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

Reviewed: https://review.opendev.org/747874
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2400a2b15bd6a5f8d1ec3ae82bab8cacd1288a0b
Submitter: Zuul
Branch: stable/stein

commit 2400a2b15bd6a5f8d1ec3ae82bab8cacd1288a0b
Author: Slawek Kaplonski <email address hidden>
Date: Fri Aug 21 13:15:34 2020 +0200

    Handle properly existing LLA address during l3 agent restart

    In case when L3 agent is hosting routers which have got subnets
    with Prefix Delegation enabled, agent couldn't properly handle
    IpAddressAlreadyExists exception raised when pd module tries to
    configure link local IPv6 addresses.

    Now this is fixed and L3 agent can restart without problems in such
    case.

    Conflicts:
        neutron/agent/linux/pd.py

    Change-Id: Icc995f7b2b465921e41342711d17539f16ead0ce
    Closes-Bug: #1892362
    (cherry picked from commit 81d375d39ab1affe4b0a29437eaabc387fb1c570)