Comment 4 for bug 1779170

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

Reviewed: https://review.openstack.org/581602
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=a3be36cd6ef8a00279358e9ad41dc160ece8eab3
Submitter: Zuul
Branch: master

commit a3be36cd6ef8a00279358e9ad41dc160ece8eab3
Author: Van Hung Pham <email address hidden>
Date: Wed Jul 11 14:05:07 2018 +0700

    python3: fix netlink_lib delete_entries

    libc and netfilter_conntrack calls, as C bindings, do not work with
    python3 strings.
    This fixes netlink_lib by using bytes type for addresses manipulation.
    Update corresponding unit test by removing str() conversions.

    Closes-bug: #1779170
    Change-Id: Id1ddc6cdf6b6c094eaac8284193606d765de4295