The eBPF programs currently use ifindexes starting form 0.
This is not correct as the ifindex available into the loadbalancer component could start from a complete different number.
Possible quick solution
This should be a number that needs to be specified either as a parameter of our control plane program, or by using an environment variable.