pyroute2 icon indicating copy to clipboard operation
pyroute2 copied to clipboard

Python Netlink and PF_ROUTE library — network configuration and monitoring

Results 174 pyroute2 issues
Sort by recently updated
recently updated
newest added

This fix should resolve the issue #646

https://bugs.launchpad.net/neutron/+bug/1978564 Gather all used API symbols and make a separate testing module to cover functions used in Neutron. - [x] ip_lib imports - [x] signatures - [ ] ipdb usage!...

I'm trying to detect when a network change has occurred(change of state, change of ip addres/routes, etc.). With IPDB one would use the `register_callback` method to listen for this types...

fr
docs

After updating to 0.6.10 (existing as well in 0.6.11 & 12) import of IPRoute fails on Windows: ``` from pr2modules.iproute import IPRoute ..\..\..\.venv\lib\site-packages\pr2modules\iproute\__init__.py:132: in from pr2modules import config ..\..\..\.venv\lib\site-packages\pr2modules\config\__init__.py:30: in...

bug

Hello. I get error while trying to delete entry in Conntrack. ```python3 from pr2modules.conntrack import Conntrack from pr2modules.conntrack import ConntrackEntry from pr2modules.netlink.nfnetlink.nfctsocket import NFCTAttrTuple entry = {"daddr": "192.168.122.67", "saddr": "192.168.122.1",...

bug

Add OpenBSD tests and integrate into the CI

I found this issue while trying to change the configuration of an existing GRE(or any other kind) tunnel using pyroute2 version `0.6.5` ## Exception ``` Traceback (most recent call last):...

bug

Hello, I'm currently not sure of what really happens, but after a pyroute2 upgrade I got a regression on neighbours dump: ```python ipr = IPRoute(strict_check=True, ext_ack=True) ipr.neigh("dump", family=2) => NetlinkError:...

bug

Experiencing this regression requires the application to: use namespaces, asyncio, and register a SIGTERM handler. In 4420185675b9ca9f71f7110653ee77b957ebbbcb nslink.py was changed to signal TERM instead of KILL. We use asyncio so...

bug