Comment 2 for bug 1989797

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

Reviewed: https://review.opendev.org/c/starlingx/config/+/857946
Committed: https://opendev.org/starlingx/config/commit/da96f7e2ccbf0c801ec61a3d7695e5baad13a8da
Submitter: "Zuul (22348)"
Branch: master

commit da96f7e2ccbf0c801ec61a3d7695e5baad13a8da
Author: Caio Bruchert <email address hidden>
Date: Thu Sep 15 14:39:30 2022 -0400

    PTP: fix VLAN interface not working

    ptp4l configuration needs the correct VLAN interface name for the
    port section.

    For example: if the VLAN interface creates the Linux interface named
    'vlan100@enp0s8', the port section must be 'vlan100' and not 'enp0s8'
    nor 'vlan100@enp0s8'.

    Test Plan:
    PASS: Assign VLAN interface to PTP instance
    PASS: Assign bond interface to PTP instance
    PASS: Assign eth interface to PTP instance

    Closes-Bug: 1989797

    Signed-off-by: Caio Bruchert <email address hidden>
    Change-Id: I953fee83151bc1546786e495514c9352c8ccfc0a