On Mon, 25 Nov 2019 11:11:44 +0100
Ilya Maximets <i.maxim...@ovn.org> wrote:

> 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.maxim...@ovn.org> ---
>  vswitchd/vswitch.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Do you think it would be useful if checkpatch.py catch that?

Acked-by: Flavio Leitner <f...@sysclose.org>

> 
> 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">

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to