summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorYaguo Zhou <zhouyaguo@unionpay.com>2015-11-18 23:16:31 +0800
committerYaguo Zhou <zhouyaguo@unionpay.com>2015-11-18 23:16:31 +0800
commit1e759125a5daf99027154804f6731e22631d4258 (patch)
tree75396966f2e6130f096687be786e608a3f3a505e /FAQ.md
parenteaa923e383ed21022be408c0f83a8b89668c137c (diff)
downloadopenvswitch-1e759125a5daf99027154804f6731e22631d4258.tar.gz
FAQ.md: Fix typo
typo in FAQ.md: ovs-vcstl Signed-off-by: Yaguo Zhou <zhouyaguo@unionpay.com>
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 4c259bf38..9280065c5 100644
--- 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?