neutron/neutron/tests/unit/privileged
Rodolfo Alonso Hernandez 551464dd77 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 43e150e690)
(cherry picked from commit c368674874)
2020-04-09 13:43:42 +00:00
..
agent Ensure netlink.nla_slot tuple key is a string 2020-04-09 13:43:42 +00:00
__init__.py Add netlink-lib to manage conntrack entries 2017-07-27 13:56:40 +07:00