Stefan Rinkes

Results 9 issues of Stefan Rinkes

For example: ``` config := flow.Config{ DPDKArgs: []string { "--vdev=net_vdev_netvsc0,iface=eth1", "--vdev=net_vdev_netvsc1,iface=eth2", }, } flow.CheckFatal(flow.SystemInit(&config)) ``` Closes #688

I read all the issues and docs regarding this topic, but can't figure out if and how this works with nff-go. We can make our nff-go application work with Mellanox-Driver...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

Investigate

### Description / Steps to reproduce the issue I would like to reopen #1667 since it appeared in a setup. The git-for-windows ssh-client crashes with `Exception thrown at 0x00000002101B5FE4 (msys-2.0.dll)...

bug

The branch is based on the "agent_auth" branch, so ignore the first six commits. This adds Unix-Socket-Forwarding to SSH.NET. [UnixDomainSocketEndPoint](https://docs.microsoft.com/de-de/dotnet/api/system.net.sockets.unixdomainsocketendpoint?view=net-5.0) is available in .NET since netstandard2.1 and on Windows 10...

This is still WIP and in RFC state. It implements reverse dynamic forwarding added in OpenSSH 7.5. https://www.openssh.com/releasenotes.html > * ssh(1): add support for reverse dynamic forwarding. In this mode,...

This way the Versioning::parse method actually jumps to the next parser in the list if the previous one was unable to parse the input.

Hey, I'm trying to parse all my installed debian packages on a linux system and use this crate to get the version in a way it can be processed. One...

The version string "10.1.22000.832" can be parsed as version, bu can not be used as a requirement. ``` use anyhow::{Error, bail}; use versions::{Requirement, Versioning}; fn main() { parse("10.1.22000.832", "10.1.22000").unwrap(); parse("10.1.22000.832",...