From 24806c21024e2f799e1cf4d0355e7e5e718224e3 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 4 Dec 2018 17:08:40 +0100 Subject: [PATCH] suricata.yaml: fix path to XDP doc --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index b20b0d40be..e059080f50 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -637,7 +637,7 @@ af-packet: # Requires at least Linux 3.14. # * cluster_rollover: kernel rotates between sockets filling each socket before moving # to the next. Requires at least Linux 3.10. - # * cluster_ebpf: eBPF file load balancing. See doc/userguide/capture/ebpf-xdt.rst for + # * cluster_ebpf: eBPF file load balancing. See doc/userguide/capture-hardware/ebpf-xdp.rst for # more info. # Recommended modes are cluster_flow on most boxes and cluster_cpu or cluster_qm on system # with capture card using RSS (require cpu affinity tuning and system irq tuning)