From: Eric Leblond Date: Sun, 17 Mar 2019 19:32:39 +0000 (+0100) Subject: af-packet: remove question from code X-Git-Tag: suricata-5.0.0-rc1~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c9b39435fa98988622999c57e349bc3ff92b4d;p=thirdparty%2Fsuricata.git af-packet: remove question from code --- 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)",