]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: update ebpf doc following bypass_filter change
authorEric Leblond <eric@regit.org>
Fri, 17 May 2019 18:01:36 +0000 (20:01 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2019 05:07:02 +0000 (07:07 +0200)
doc/userguide/capture-hardware/ebpf-xdp.rst

index a8895a73cf0b2dfa0036c0a5ff0546cd094b1956..c7e055b3c69cb7e1539da645c82c6b805c680847 100644 (file)
@@ -195,6 +195,9 @@ filter must expose `flow_table_v4` and `flow_table_v6` per CPU array maps with s
 as the one available in `bypass_filter.c`. These two maps will be accessed and
 maintained by Suricata to handle the lists of flow to bypass.
 
+If you are not using vlan tracking (``vlan.use-for-tracking`` set to false in suricata.yaml) then you have also to set
+the VLAN_TRACKING define to 0 in ``bypass_filter.c``.
+
 Setup eBPF load balancing
 -------------------------