Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 757 Bytes

README.report.rst

File metadata and controls

30 lines (20 loc) · 757 Bytes

Report a bug

In the case you have issues, please report them to the project bug tracker: https://github.com/svinota/pyroute2/issues

It is important to provide all the required information with your report:

  • Linux kernel version
  • Python version
  • Specific environment, if used -- gevent, eventlet etc.

The project provides a script to print the system summary:

pyroute2-test-platform

Please keep in mind, that this command will try to create and delete different interface types, and this requires root access.

It is possible also to run the test in your code:

from pprint import pprint
from pyroute2.config.test_platform import TestCapsRtnl
pprint(TestCapsRtnl().collect())