Peter Saveliev

Results 285 comments of Peter Saveliev

@inemajo do you possess this secret knowledge?

ok, it's already partly usable on the branch (see https://github.com/svinota/pyroute2/pull/1032) until Monday adding some tests, moving related methods to the common socket base class, and then merging usage: `ipr =...

I would love to have such protocol manifests. There are some questions that come first: 1. distribution: ideally as a set of files on procfs or sysfs (not too hard...

Btw, @kuba-moo — some years ago I tried to start a group here at github to document netlink protocols, but it didn't go (for many reasons). Do you think it...

Regarding arrays: https://github.com/svinota/pyroute2/blob/823474b71a62b0d34ff0e676a6c26d38f0791d70/pyroute2/netlink/__init__.py#L307-L338

Ok, you can count on me with sphinx docs for sure. Which way do you prefer to communicate on this project? The net-next maillist, or? Moreover, I plan to employ...

The NDB docs are just an example, I don't think it's meaningful to mention NDB in the kernel docs, surely :)) Ok, thanks, I'll take at the repo asap.

Investigating, thanks for the report. Probably I'll need some logs from your side, but I'll go a bit deeper in the case tonight.

@daytona675 looks like I can not reproduce it on vcan. Could you please tell me, what exactly you get when you run: ```python ipr = IPRoute() can, = ipr.link('dump', ifname='can1')...