From: Ben Pfaff Date: Wed, 6 Feb 2013 17:15:05 +0000 (-0800) Subject: FAQ: Fix typo (doubled "later"). X-Git-Tag: v1.11.0~423 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=acaaa4b4bac66009fba97c51340416b3af6e01c4;p=cascardo%2Fovs.git FAQ: Fix typo (doubled "later"). Signed-off-by: Ben Pfaff --- diff --git a/FAQ b/FAQ index aacd6de9f..e253b1602 100644 --- a/FAQ +++ b/FAQ @@ -360,9 +360,9 @@ A: Open vSwitch uses different kinds of flows for different purposes: - "ovs-dpctl dump-flows [dp]" dumps the exact-match flow table entries for a Linux kernel-based datapath. In Open vSwitch - 1.10 and later, ovs-vswitchd later merges multiple switches - into a single datapath, so it will show all the flows on all - your kernel-based switches. This command can occasionally be + 1.10 and later, ovs-vswitchd merges multiple switches into a + single datapath, so it will show all the flows on all your + kernel-based switches. This command can occasionally be useful for debugging. - "ovs-appctl dpif/dump-flows
", new in Open vSwitch 1.10,