]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: specify config file in ebpf doc
authorEloïse Brocas <eloise@brocas.org>
Wed, 12 Jun 2019 09:37:10 +0000 (11:37 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2019 05:07:02 +0000 (07:07 +0200)
This patch updates the ebpf-xdp.rst file to specify which
configuration file has to be modified.

doc/userguide/capture-hardware/ebpf-xdp.rst

index 7f51073f0fd0ccd0aa6058fe904898cd765de88e..76e0242f4f9ed916aca1af4c76960e80d8cafa95 100644 (file)
@@ -116,7 +116,7 @@ Setup bypass
 If you plan to use eBPF or XDP for a kernel/hardware level bypass, you need to enable
 some of the following features:
 
-First, enable `bypass` in the `stream` section ::
+First, enable `bypass` in the `stream` section in ``suricata.yaml`` ::
 
  stream:
    bypass: true
@@ -156,7 +156,7 @@ eBPF filter as needed ::
 
  cp ebpf/vlan_filter.bpf /etc/suricata/ebpf/
 
-Then setup the `ebpf-filter-file` variable in af-packet section ::
+Then setup the `ebpf-filter-file` variable in af-packet section in ``suricata.yaml`` ::
 
   - interface: eth3
     threads: 16
@@ -177,7 +177,7 @@ Setup eBPF bypass
 -----------------
 
 You can also use eBPF bypass. To do that load the `bypass_filter.bpf` file and
-update af-packet configuration to set bypass to yes ::
+update af-packet configuration in ``suricata.yaml`` to set bypass to yes ::
 
   - interface: eth3
     threads: 16