Currently we're using a mix of `iptables`, `nfqueue`, and `eBPF` to handle the Nullnet's networking. We should convert all the `iptables`-like code to `eBPF` following the [cilium](https://github.com/cilium/cilium) model. > [!NOTE] > > As stated in the `nfqueue-rationale.md` document, probably not all the network-layer code can be successfully migrated to `eBPF`
Currently we're using a mix of
iptables,nfqueue, andeBPFto handle the Nullnet's networking.We should convert all the
iptables-like code toeBPFfollowing the cilium model.Note
As stated in the
nfqueue-rationale.mddocument, probably not all the network-layer code can be successfully migrated toeBPF