FAQ.md: Fix typo
authorYaguo Zhou <zhouyaguo@unionpay.com>
Wed, 18 Nov 2015 15:16:31 +0000 (23:16 +0800)
committerYaguo Zhou <zhouyaguo@unionpay.com>
Wed, 18 Nov 2015 15:16:31 +0000 (23:16 +0800)
typo in FAQ.md: ovs-vcstl

Signed-off-by: Yaguo Zhou <zhouyaguo@unionpay.com>
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 4c259bf..9280065 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -448,7 +448,7 @@ A: The following commands configure br0 with eth0 and tap0 as trunk
    To later disable mirroring and destroy the GRE tunnel:
 
        ovs-vsctl clear bridge br0 mirrors
-       ovs-vcstl del-port br0 gre0
+       ovs-vsctl del-port br0 gre0
 
 ### Q: Does Open vSwitch support ERSPAN?