Clark McCauley

Results 51 comments of Clark McCauley

I noticed several todos in the `trap.go` file referencing the incomplete implementation of V3 traps. You may have already seen https://github.com/gosnmp/gosnmp/issues/274 but it looks like it's fairly easy to panic...

@TimRots I'm happy to help wherever needed. Do you have any more context for me about the broken dependency on snmplabs. I'm also going to have to do some brushing...

@KnVerey Here are the two files in a directory and a script to run kustomize. It's nothing tricky, running `kustomize build` should re-produce the issue. [kustomize.zip](https://github.com/kubernetes-sigs/kustomize/files/6934693/kustomize.zip) Yeah our CI system...

I've seen this error in seemingly unrelated issues. I'd love to know more about the root cause of this message for my own edification.

@brad-defined thanks for the response. Our goal is to use Nebula to temporarily expose a route to specific internal non-nebula devices periodically throughout the day so that we can remotely...

Is there a reason that Nebula does not do something similar? I.e. is that userland implementation is too slow for Nebula's primary goals, or has it just not been implemented...

@davidflowerday this is very interesting, thank you for your work on this and for sharing! I just glanced over the gvisor library and I see that it does provide some...

@davidflowerday @brad-defined thank you for bringing up those issues (and for the UDP support), to summarize: * Collectors need to be able to collect to specific devices within an agent's...

@brad-defined sadly, we're not guaranteed to be in control of the collector and it's also not guaranteed to be publically accessible, hence why I've been looking into the Nebula/libp2p options....