vgiotsas

Results 6 issues of vgiotsas

I have a very simple topology like the following: ![image](https://user-images.githubusercontent.com/5067019/78196791-5d19e900-747b-11ea-9d55-8a4fed030c9d.png) All the router and link configurations are the default. When I ping router2 from router1 leaving the default link bandwidth...

When I try to run the `client-connect.php` script it always fails with error 401 (Access Denied). I did some digging and it appears that the server cannot read the header...

I just installed py-radix on Windows 10 (Version 10.0.17763 Build 17763) but when I try to add prefixes in a radix tree instance I'm getting the following ValueError error: ```...

Currently (v. 1.2.1) all the warnings are logged using the root logger which isn't very helpful since the logging messages do not identify which module emitted the warning message, which...

Solves #87. The Traceroute ip_path property is not "a list of dicts", as indicated by the [existing](https://github.com/RIPE-NCC/ripe.atlas.sagan/blob/f6fc10c8f55b73a3229f4f5f5beea4d771994913/docs/types.rst#traceroute) documentation, but a list of lists.

According to the documentation for [Traceroute results](https://github.com/RIPE-NCC/ripe.atlas.sagan/blob/f6fc10c8f55b73a3229f4f5f5beea4d771994913/docs/types.rst#traceroute) the `ip_path` property returns "A list of dicts containing the IPs at each hop", but in reality it's a list of lists, for...