af_xdp: fix doc 94/29894/2
authorBenoît Ganne <bganne@cisco.com>
Thu, 12 Nov 2020 13:25:03 +0000 (14:25 +0100)
committerMatthew Smith <mgsmith@netgate.com>
Fri, 13 Nov 2020 15:29:07 +0000 (15:29 +0000)
Type: docs

Change-Id: I1d28fb31032412f0231d677e45281ca88185502e
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/plugins/af_xdp/af_xdp_doc.md

index 76d653f..7d83d71 100644 (file)
@@ -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.