On Mon, Jul 11, 2016 at 11:56:50PM -0700, Justin Pettit wrote:
> This will have a caller in a future commit.
> 
> Signed-off-by: Justin Pettit <jpet...@ovn.org>

I figured out what lla means, but would you mind adding a comment?

> +static inline bool
> +in6_is_lla(struct in6_addr *addr)
> +{

The parentheses after ! aren't needed, do you like them a lot?

> +    return addr->s6_addr32[0] == htonl(0xfe800000) && !(addr->s6_addr32[1]);
> +}

Acked-by: Ben Pfaff <b...@ovn.org>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to