doc: fix function name in flow filtering app guide
authorRami Rosen <ramirose@gmail.com>
Thu, 8 Nov 2018 19:46:48 +0000 (21:46 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 19 Nov 2018 00:34:00 +0000 (01:34 +0100)
This patch fixes a typo in flow_filtering.rst. There is no
method named generate_ipv4_rule in DPDK, it should be generate_ipv4_flow.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
doc/guides/sample_app_ug/flow_filtering.rst

index 0d6fe2b..840d557 100644 (file)
@@ -367,7 +367,7 @@ The forwarding loop can be interrupted and the application closed using
 The generate_ipv4_flow function
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-The generate_ipv4_rule function is responsible for creating the flow rule.
+The generate_ipv4_flow function is responsible for creating the flow rule.
 This function is located in the ``flow_blocks.c`` file.
 
 .. code-block:: c