pyroute2
pyroute2 copied to clipboard
Python Netlink and PF_ROUTE library — network configuration and monitoring
Again a release process issue where something was maybe forgotten. This time the sources for version 0.7.11 are not available on pypi. compare https://pypi.org/project/pyroute2/0.7.10/#files and https://pypi.org/project/pyroute2/0.7.11/#files
Ugh it will be a lot of text 😃 # Intro I have function, that compares all the FDB records we got via `NDB.fdb.dump()` with corresponding records we got via...
(Sorry the original issue description was almost wrong due to a mixture of: - a race condition in ifstate were two processes have used the same netlink socket in their...
There are named counters in the table: table ip t_nat_100 { # handle 10 counter counter_prerouting { # handle 3 packets 272 bytes 17304 } counter counter_postrouting { # handle...
I'm currently investigating another issue with NDB FDB. While reviewing https://docs.pyroute2.org/ndb_debug.html#rtnl-events to gather additional debug information, I encountered this 😅 ```python In [103]: NDB().schema.export() 2023.12.24 19:26:01.114 ( events.py:0084): D: init...
pypi still does not list 3.12, probably setup.cfg needs updating
``` $ sudo ip tunnel add greif mode gre remote 189.254.111.111 local 189.254.222.222 ttl 255 ``` This operation creates interface kind="gre" plus an interface kind="erspan". When we get attributes for...
This works using command line `tc`: ``` # ip li add dif type dummy # tc qdisc add dev dif root handle 1: htb default 9 # tc class add...
If you want to use a set of ports to use in rules, you need Sets of (key_)type "inet_service", which are currently filtered out, when creating a Set using `NFTables().sets`...
hi, any chance you could add support for IPVS? while checking out if i could revive , i found your library. so i guess it makes more sense to add...