--
You received this message because you are subscribed to the Google Groups "pyroute2-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyroute2-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Could you pls share the code that fails, and/or try the sample attached? (you have to change the ip configuration somehow in order to init broadcast events, e.g. up/down a dummy interface)
There's nothing significant changed from the tag 0.2.6, but anyway, could you pls also try the master HEAD from the git? Just in case.
The KeyError in that place means, that broadcast events are not ignored and arrive into the IPRoute instance, but there is no default queue to enqueue them. The default 0 queue is created by the IPRoute.monitor() method, and NLMSG_DONE messages should not delete the queue under normal conditions (unlike queues for ordinary requests). So the behaviour described looks a bit interesting.
...
Very high utilization == ? I have from 3 to 5% running simple poll get_links() every two seconds on ARM v7l.
...
No, there should be no significant mismatch, pyroute2 has almost no version-specific code, only some bridge hacks for old kernels (2.6) in IPDB, that's all.
Thanks for feedback!
<cb.py>
<autobr.py>