Comment 1 for bug 2030960

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

Reviewed: https://review.opendev.org/c/starlingx/stx-puppet/+/890932
Committed: https://opendev.org/starlingx/stx-puppet/commit/7ec73cdfbe1ce7dc314b8c729f8bddadcc95a887
Submitter: "Zuul (22348)"
Branch: master

commit 7ec73cdfbe1ce7dc314b8c729f8bddadcc95a887
Author: Andre Kantek <email address hidden>
Date: Wed Aug 9 14:56:36 2023 -0300

    In IPv6 only search addresses in tentative if interface is UP

    During usage it was observed, in IPv6, that if a interface is with
    operational state in DOWN, it will take more time to leave the DAD
    state "tentative", if the system starts without carrier the flag
    remains until a carrier signal is provided.

    Since interfaces in DOWN are not affected by duplicated address
    in the network, this change adds a script to test this condition
    over active interfaces only.

    Test Plan:
    [PASS] remove the signal of an ethernet port that is configured and
            execute lock/unlock. Observe that there will be no puppet
            error in "wait-for-tentative".

    Closes-Bug: 2030960

    Change-Id: I8befd232324a2386879627f0d19ea7d14cccc126
    Signed-off-by: Andre Kantek <email address hidden>