Skip to content

Commit

Permalink
vswitch.xml: Replace non-ASCII characters.
Browse files Browse the repository at this point in the history
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: aa453e3 ("ofproto-dpif: Expose datapath ND Extensions capability to ovsdb")
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Flavio Leitner <fbl@sysclose.org>
  • Loading branch information
igsilya committed Nov 25, 2019
1 parent aa453e3 commit 953ef91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vswitchd/vswitch.xml
Expand Up @@ -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">
Expand Down

0 comments on commit 953ef91

Please sign in to comment.