neutron/neutron/privileged
Rodolfo Alonso Hernandez 43e150e690 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
2020-02-28 12:31:39 +00:00
..
agent Ensure netlink.nla_slot tuple key is a string 2020-02-28 12:31:39 +00:00
__init__.py Kill all processes running in a namespace before deletion 2019-08-21 09:03:54 +00:00