Steffen Vogel
Steffen Vogel
I can confirm that this spec file can be used to package uldaq on Fedora 32. It would be nice if we can add to the repo :)
Seems like there is already a maps package within koanf: https://github.com/knadh/koanf/tree/master/maps Maybe adding structs alongside it?
I am currently also testing the NAT traversal capabilities of my [own app](https://github.com/stv0g/wice). I've written my own Golang-based version of [mininet](http://mininet.org/), the [Go network testing toolkit (Gont)](https://github.com/stv0g/gont). However, I am...
I don't get the point. Which major OS doesn't support FUSE? BSDs, OS X, Linux, Windows... all of them have a FUSE driver.. (Windows for example https://github.com/dokan-dev/dokany)
The second commit just slipped into this PR to make the CI pass
> Would it be possible to set up a FreeBSD case in https://github.com/WireGuard/wgctrl-go/blob/master/.cibuild.sh to configure a kernel device for use in CI? Yes, thats done in my latest commit. We...
Oh no, the CI fails with: ```bash ifconfig: SIOCIFCREATE2: Invalid argument ``` However, the same command succeeds on my VM. I dont know, maybe its due to a BSD jail?...
@mdlayher Please ignore my previous comment. I jsut forgot to install the wireguard-kmod package from the FreeBSD ports. Now most of the tests pass. I just got stuck with the...
Okay, all issues fixed. Test succeed in the CI and on my VM. Currently, the FreeBSD kernel implementation does not support the PeerConfig UpdateOnly flag. I am now throwing an...