-
### Description
**What happened**:
While testing out the new https://goteleport.com/docs/server-access/guides/bpf-session-recording/, I was unable to get Teleport to work using our standard Syst…
-
It would be great to have the opportunity to add more information in mesh beacons.
Use case: You are trying to recognize an specific node while doing frequency scan and you get something like this:…
-
```
2021-10-02T02:48:10Z|00053|dpif_netdev|INFO|Performing pmd to rx queue assignment using cycles algorithm.
2021-10-02T02:48:10Z|00054|dpif_netdev|WARN|No non-isolated pmd on any numa available fo…
-
Deciding how to pass keys to wireguard is difficult; depending on how keys are transmitted the interface is hard to support for integrators (unix sockets + memfd_secret) or insecure (key to stdout; ke…
-
New Linux versions get released over time, and old ones cannot be supported indefinitely. This is the tracking recurring issue for announcing end of support for very old versions that we decide to dro…
-
Because the Collector API has the specification of the metric type and the help text as part of the `newCollector()` call, it is not possible to have multiple `output()` calls in one collector without…
-
### Which jobs are failing?
all e2e tests
### Which tests are failing?
Kubernetes e2e suite: [It] [sig-network] KubeProxy should update metric for tracking accepted packets destined for localhost n…
-
Does not compile with kernel 5.5.x: "__ip_dev_find" undefined
```
ERROR: "__ip_dev_find" [./src/netfilter-fullconenat/xt_FULLCONENAT.ko] undefined!
ERROR: "nf_conntrack_register_notifier" [./src/ne…
-
**dumpee src:**
```
#include
#include
#include
#include
#include
static int memfd_secret(unsigned int flags)
{
return syscall(SYS_memfd_secret, flags);
}
static void *secret_init(…
-
### Description
Hello,
Unix SocketPal prevents managed code from creating AF_VSOCK (and any other new and/or non-standard AF's). This is unfortunate, because at the managed level, everything is …