-
Currently, the BPF-based SNAT uses `IPV4_MASQUERADE` addr for SNAT'ing. This works fine as long as there is a single global scope IP addr. However, if we add multiple IP addrs then only one will be se…
-
Consider the cilium datapath config when deciding which IPs need to be tracked as `allowedIPs`:
* for overlay routing, we expect that all pod traffic is encapsulated in VXLAN / GENEVE. Hence we shoul…
-
```
2024-08-24 20:32:54.120 -05:00 [ERR] Error syncing to Mod
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.IO.FileNotFoundExce…
-
-
I am sorry to disturb you. I have successfully install mitofinder-1.4.2. When I add an exact path before the input fastq file in the command, I get an erro saying the file not existing.
mitofinder…
-
This is a placeholder issue for changing the `ct_entry` size to address the following issues:
- Storing Egress GW IP addr (/cc @jibi)
- Getting rid of the SNAT BPF map (and all races + GC)
- ~Fix…
-
Currently, the OVS module hooks into the [ovs_do_execute_action tracepoint](https://elixir.bootlin.com/linux/v6.11.5/source/net/openvswitch/openvswitch_trace.h#L12) and extracts some basic action info…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
I'm using Netmaker (Wireguard based VPN) as the underlying network of my k8s cluster, I f…
-
Taking example on the `config-sample.json`, with a small nuance by adding the field `valid`:
```
{
"page": 1,
"limit": 20,
"total": 11,
"valid": true,
"items": [
{
"id…
-
In the datapath when BPF TPROXY is enabled, we have:
1. DBG_CAPTURE_PROXY_PRE
2. DBG_CAPTURE_PROXY_POST
(1) is triggered before a packet is sent to the proxy in `bpf_lxc` and (2) is triggered w…