Currently, Ciliums BPF code is riddled with #ifdef pre-processor macros which are used to conditionally compile certain features into the datapath. There are good reasons for doing so, it means that ...