-
1) Library linking
Linking everything statically doesn't change anything wrt security as binaries will live under same
user:group as libraries and setuid executables ignore LD_PRELOAD/LD_LIBRARY_PAT…
-
In MP mode, the driver doesn't know to which peer it should send CC message. For that, userspace prepends the write payload with the sockaddr, containing the address of the remote peer. DCO passes thi…
-
My main repo depens on k8s repo, both my repo and k8s depens on glog. If I don't delete the vendor directory in k8s repo, eg. `vendor/k8s.io/kubernetes/vendor/`, my program will run into the following…
-
### Description
The [gvisor site](https://gvisor.dev/docs/user_guide/compatibility/) mentions that tcpdump is working in non-promiscous mode. However since libpcap 1.10.0 tcpdump seems to fail inside…
-
Hi,
I'm trying to discover the skydive-flow-matrix but I have a problem connecting to the analyzer :
```
skydive-flow-matrix --analyzer X.X.X.X:8082
Traceback (most recent call last):
File "/…
-
Recently, I examined this project to address two bugs related to Linux-specific features, namely packet marking and routing-policy-compliant address selection (see issue #485). While I've implemented …
-
### Bug description
https://learn.netdata.cloud/docs/data-collection/ebpf/ebpf-socket indicates that one must run `sudo ./edit-config ebpf.d/network.conf` to create the ebpf plugin configuration. Thi…
-
*jtlayton:*
When I restart my router, dnsmasq comes up and works for IPv6, but fails to serve out dhcp for ipv4.
Supply the following if possible:
- Device problem occurs on
Ubiquiti Edgerout…
-
Currently I can't seem to find any way to create a new LinkAddr or modify a LinkAddr.
The only way I'm able to get a LinkAddr is through `getifaddrs()`. But after that I'm unable to change eg. `sll…
-
**Describe the bug**
When using `unicast_peer`, I would expect Keepalived to use system routes to contact the peer. However, Keepalived only sends and receives using the main interface. Therefore, if…