aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/af_xdp/af_xdp_doc.md
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2020-11-12 14:25:03 +0100
committerMatthew Smith <mgsmith@netgate.com>2020-11-13 15:29:07 +0000
commit1ff3ee9553ea0e0210e4ecc87dbb86b2e47921ec (patch)
tree5bca16048e6e5308eb03c603b433462eb7768b8d /src/plugins/af_xdp/af_xdp_doc.md
parent7d2094c12b01ac1f902755157361bd0eb547abac (diff)
af_xdp: fix doc
Type: docs Change-Id: I1d28fb31032412f0231d677e45281ca88185502e Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/plugins/af_xdp/af_xdp_doc.md')
-rw-r--r--src/plugins/af_xdp/af_xdp_doc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/af_xdp/af_xdp_doc.md b/src/plugins/af_xdp/af_xdp_doc.md
index 76d653fd251..7d83d712918 100644
--- a/src/plugins/af_xdp/af_xdp_doc.md
+++ b/src/plugins/af_xdp/af_xdp_doc.md
@@ -63,7 +63,7 @@ kernel interface in promiscuous mode:
## Security considerations
When creating an AF_XDP interface, it will receive all packets arriving
-to the NIC RX queue [0, num_rx_queues[`. You need to configure the Linux
+to the NIC RX queue `[0, num_rx_queues[`. You need to configure the Linux
kernel NIC driver properly to ensure that only intented packets will
arrive in this queue. There is no way to filter the packets after-the-fact
using eg. netfilter or eBPF.