Comment 11 for bug 1846360

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

Reviewed: https://review.opendev.org/710082
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=43e150e690538a509be8177353269787790ee143
Submitter: Zuul
Branch: master

commit 43e150e690538a509be8177353269787790ee143
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Feb 26 16:46:15 2020 +0000

    Ensure netlink.nla_slot tuple key is a string

    Ensure Pyroute2 netlink.nla_slot first element ("name"), is properly
    converted to a string value. E.g.:
      In: (b'IFA_ADDRESS', '192.168.30.20')
      Out: ('IFA_ADDRESS', '192.168.30.20')

    Python2 compatibility checks are removed from ip_lib.make_serializable.

    Change-Id: I87efe6cf8734bae6523106944e99fbd7db9ef4d5
    Related-Bug: #1846360