Currently, if we upgrade to pyroute2 >=0.9.1, we see errors with using
the package. However, with pyroute2 >= 0.6 (tested with 0.7.3 and
0.8.1), I don't get see issues. Ex:
File "/home/core/git/linux/tools/testing/selftests/net/openvswitch/ovs-dpctl.py", line 1972, in create
procarray += [int(p.epid)]
File "/usr/local/lib/python3.9/site-packages/pyroute2/netlink/core.py", line 712, in __getattr__
raise AttributeError(key)
AttributeError: epid