]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
af-packet: remove question from code
authorEric Leblond <eric@regit.org>
Sun, 17 Mar 2019 19:32:39 +0000 (20:32 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2019 05:07:02 +0000 (07:07 +0200)
src/runmode-af-packet.c

index 08a141f2aa5c3b77972ab63a220488dfd3f06b9f..edf66b98a51264aca1affa5b3bbae510ed209d37 100644 (file)
@@ -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)",