datahangar / sfunnel

K8s service funneling using eBPF
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Detect packets exceeding MTU #4

Open msune opened 2 weeks ago

msune commented 2 weeks ago

Detecting MTU misconfigurations and raise alarms would be a big plus.

Some early thoughts:

What might be more realistic is to define an env variable $DETECT_MAX_MTU=value, and that sfunnel can emit bpf_printk() warnings,with a clear pattern, when funneling exceeds $DETECT_MAX_MTU.