Comment 22 for bug 1832210

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

Reviewed: https://review.opendev.org/664515
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=2f2c08a8c3fe2f78c6658b0050417c72f01b20be
Submitter: Zuul
Branch: stable/stein

commit 2f2c08a8c3fe2f78c6658b0050417c72f01b20be
Author: James Page <email address hidden>
Date: Mon Jun 10 10:36:05 2019 +0100

    netfilter_log: Correctly decode binary type prefix

    Under Python 3, firewall log prefixes are incorrectly decoded
    resulting in a mismatch between the stringy-fied 'prefix' value
    and the information available in the prefixes data.

    Use oslo.utils safe_decode function to ensure that data is
    correctly decoded.

    Change-Id: I9742207e98c07f0a4632631631288d9ada8cf8c7
    Closes-Bug: 1832210
    (cherry picked from commit 652f532d840c583a6997f5de3f988daf803122e8)