diff --git a/src/runmode-af-packet.c b/src/runmode-af-packet.c index 08a141f2aa..edf66b98a5 100644 --- a/src/runmode-af-packet.c +++ b/src/runmode-af-packet.c @@ -474,7 +474,6 @@ static void *ParseAFPConfig(const char *iface) aconf->ebpf_t_config.mode = AFP_MODE_XDP_BYPASS; aconf->ebpf_t_config.flags |= EBPF_XDP_CODE; aconf->xdp_filter_file = ebpf_file; - /* TODO FIXME Do we really have a usage of setting XDP and not bypassing ? */ ConfGetChildValueBoolWithDefault(if_root, if_default, "bypass", &conf_val); if (conf_val) { SCLogConfig("Using bypass kernel functionality for AF_PACKET (iface %s)",