On Thu, Oct 22, 2015 at 03:28:54PM -0200, Thadeu Lima de Souza Cascardo wrote:
> From: Jiri Benc <[email protected]>
>
> These functions will be used by the next patches.
>
> Signed-off-by: Jiri Benc <[email protected]>
> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
Applied, thanks!
> +bool
> +addr_is_ipv6(const char *host_name)
> +{
> + return strchr(host_name, ':') != NULL;
> +}
I corrected the indentation above.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev