From 953ef918883f80dc131f10e0882a977abcd2c561 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Mon, 25 Nov 2019 11:07:42 +0100 Subject: [PATCH] vswitch.xml: Replace non-ASCII characters. 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 Acked-by: Flavio Leitner --- vswitchd/vswitch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 09e7bdf5f5d..b311ef27826 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 \ 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.