On Thu, Oct 22, 2015 at 03:28:54PM -0200, Thadeu Lima de Souza Cascardo wrote:
> From: Jiri Benc <jb...@redhat.com>
> 
> These functions will be used by the next patches.
> 
> Signed-off-by: Jiri Benc <jb...@redhat.com>
> Signed-off-by: Thadeu Lima de Souza Cascardo <casca...@redhat.com>

Applied, thanks!

> +bool
> +addr_is_ipv6(const char *host_name)
> +{
> +        return strchr(host_name, ':') != NULL;
> +}

I corrected the indentation above.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to