From: Justin Pettit Date: Wed, 18 Nov 2015 23:29:27 +0000 (-0800) Subject: Merge pull request #89 from zhouyaguo/master X-Git-Tag: v2.5.0~322 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=10d8e9c6719530a317dfe657442b10023f2aec5d;hp=eaa923e383ed21022be408c0f83a8b89668c137c;p=cascardo%2Fovs.git Merge pull request #89 from zhouyaguo/master FAQ.md: Fix typo --- 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?