This fixes OSX build on Travis:

ovs-vswitchd.conf.db.5:4061: warning: invalid input character code 128
ovs-vswitchd.conf.db.5:4061: warning: invalid input character code 156

Fixes: aa453e319961 ("ofproto-dpif: Expose datapath ND Extensions capability to 
ovsdb")
Signed-off-by: Ilya Maximets <[email protected]>
---
 vswitchd/vswitch.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 09e7bdf5f..b311ef278 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -5830,7 +5830,7 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch 
options:peer=p1 \
       </column>
       <column name="capabilities" key="nd_ext" type='{"type": "boolean"}'>
         True if the datapath supports OVS_KEY_ATTR_ND_EXTENSIONS to match on
-        ICMPv6 "ND reserved" and “ND option type“ header fields. If false,
+        ICMPv6 "ND reserved" and "ND option type" header fields. If false,
         the datapath reports error if the feature is used.
       </column>
       <group title="Clone Actions">
-- 
2.17.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to