Peter Saveliev

Results 19 issues of Peter Saveliev

### Discussed in https://github.com/svinota/pyroute2/discussions/880 Originally posted by **moepman** February 14, 2022 I wonder if it would be possible to provide stub files [1] which would help type checkers such as...

fr

With what do I replace `pyroute2.arp` ? I have a module that contains, amongst other stuff, ``` import pyroute2 import pyroute2.arp ... self.ip = pyroute2.IPRoute() ... for ifl in self.ip.get_links():...

bug
fixed

And a page in the sphinx docs.

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!...

Add OpenBSD tests and integrate into the CI

https://github.com/svinota/pyroute2/discussions/817

fr

Related: https://community.home-assistant.io/t/error-with-2021-5-5-attributeerror-module-code-has-no-attribute-interactiveconsole/312497 Looks like the import must be fixed, since the console class may be stripped out even with the code module remaining.

From the IRC: > < Prokto > @svinota Hi, I'm using pyroute2 to create a basic SDN type of program. I'm very thankful for the library and I'm just trying...

bug