From b1c9b39435fa98988622999c57e349bc3ff92b4d Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 17 Mar 2019 20:32:39 +0100 Subject: [PATCH] af-packet: remove question from code --- src/runmode-af-packet.c | 1 - 1 file changed, 1 deletion(-) 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)", -- 2.47.2