[ovs-dev] [PATCH] vswitch.xml: Replace non-ASCII characters.

Ilya Maximets i.maximets at ovn.org
Mon Nov 25 10:11:44 UTC 2019


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 <i.maximets at ovn.org>
---
 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



More information about the dev mailing list