Skip to content

epid attr compatibility issue #1336

@svinota

Description

@svinota

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions