Comment 8 for bug 2003706

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/872306
Committed: https://opendev.org/openstack/neutron/commit/e10476d8419a0eeb3c0585c45920521c22303bc4
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit e10476d8419a0eeb3c0585c45920521c22303bc4
Author: Elvira García <email address hidden>
Date: Thu Jan 19 14:48:23 2023 +0100

    [OVN] Allow logging all traffic related to an ACL

    Before this patch, we would only get logged the client to server side of
    the communication. The OVN allow-related ACL option was implemented [0]
    so as to be able to log also the packets that are going from server to
    client. This patch implements the addition of that feature in Neutron
    and needs OVN version 22.03 or updated 21.12.

    [0] https://patchwork<email address hidden>/

    Closes-Bug: #2003706
    Change-Id: I72d061c333f53e07f6feedec032e2c0b06a61248
    Signed-off-by: Elvira García <email address hidden>
    (cherry picked from commit f7e31b4c0533687622f8f2644c802574e31536f7)