Comment 15 for bug 1846360

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

Reviewed: https://review.opendev.org/718364
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c36867487454b4e01bece0a2769586884dbf379d
Submitter: Zuul
Branch: stable/train

commit c36867487454b4e01bece0a2769586884dbf379d
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')

    Conflicts:
          neutron/privileged/agent/linux/ip_lib.py

    Change-Id: I87efe6cf8734bae6523106944e99fbd7db9ef4d5
    Related-Bug: #1846360
    (cherry picked from commit 43e150e690538a509be8177353269787790ee143)