loxilb-io/loxilb-ebpf

Support for SCTP checksum update

UltraInstinct14 opened this issue · 1 comments

After SCTP NAT loxilb can't update checksum due to no proper way to update sctp checksum in eBPF. We need to be able to support it. (Current workaround is simply to disable sctp checksum at sctp hosts which is not a viable solution)

With the commit 37f162a, we can now support sctp checksum natively in loxilb ebpf.