From b9de30d350879533ce3ffd6f8fb946a1c9c9f6cd Mon Sep 17 00:00:00 2001 From: Numan Siddique Date: Fri, 29 May 2020 15:09:12 +0530 Subject: [PATCH] ovs-actions.xml: Fix a typo in the description of check_pkt_larger. Signed-off-by: Numan Siddique Acked-by: William Tu Signed-off-by: Ilya Maximets --- lib/ovs-actions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ovs-actions.xml b/lib/ovs-actions.xml index 060a079b485..7169b15c02f 100644 --- a/lib/ovs-actions.xml +++ b/lib/ovs-actions.xml @@ -1529,7 +1529,7 @@ for i in [1,n_slaves]:

- The packet length to check againt the argument pkt_len + The packet length to check against the argument pkt_len includes the L2 header and L2 payload of the packet, but not the VLAN tag (if present).