Ondrej Lichtner

Results 3 issues of Ondrej Lichtner

Hi, I've noticed that netlink messages for vti are parsed fine e.g. ```python ('IFLA_LINKINFO', {'attrs': [('IFLA_INFO_KIND', 'vti'), ('IFLA_INFO_DATA', {'attrs': [('IFLA_VTI_LINK', 3), ('IFLA_VTI_IKEY', 123), ('IFLA_VTI_OKEY', 123), ('IFLA_VTI_LOCAL', '1.2.3.4'), ('IFLA_VTI_REMOTE', '4.3.2.1')]})]}) ```...

fr

When adding operation `path` to the base_url, the use of the `+` operator can lead to doubling of `/` characters if the base_url ends with a `/`. Using urljoin should...

* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: `master` * Issues fixed (if any): from our investigation we encountered issue...