Kristian Larsson

Results 275 comments of Kristian Larsson

Interesting. I've been very cautious about introducing more iptables magic which is why I went with the socat approach in the first place. I've also considered doing even more magic...

You can access it from another container using the container address of the CSR. It's just that the actual CSR is a virtual machine inside that container, so it gets...

Thanks! I need to test this. I won't have time in the coming weeks due to travel but rest assured it's not ignored! :)

I am seeing roughly this error too, though not when running tests but in a real environment. ``` 03-Nov-2021::08:53:00.655 opentelemetry.sdk.trace.export MainThread: - Exception while exporting Span. Traceback (most recent call...

Ran into this today and can confirm @HON95 conclusion. The ip6tables rules are broken and do not take into account IPv6 neighbor discovery.

Heh, so the change in question is #416 - opened by someone who is also working on the same project I mentioned ;) Changing args is backwards incompatible and should...

Thanks @einarnn! What do you think would make ncclient ready for a 1.0? Not trying to be a PITA here, just want to avoid "1.never" ;)

Heh, thanks :) I'm not sure I think any of those are really necessary for a 1.0, Like, I get that they might require major changes but that's fine. Major...

No, I have not tried compiling libnetconf2 on mac... Started doing my development on Linux but I'm hoping to run it on mac as well, once my code is written....

Seems I've been able to build libnetconf2 on mac... I mean, it compiled, though I dunno if it works ;) I think it was just a single tweak, beyond setting...