Re: [ovs-dev] [PATCH 04/14] Use ip_parse() and ipv6_parse() and variants in more places.

2015-12-15 Thread Ben Pfaff
On Wed, Dec 09, 2015 at 04:44:51PM -0800, Justin Pettit wrote:
> 
> > On Dec 8, 2015, at 5:08 PM, Ben Pfaff  wrote:
> > 
> > 
> > -gw6 = in6addr_any;
> > +gw6 = in6addr_exact;
> 
> Did you mean to change this from "any" to "exact"?

No.  Thank you for pointing that out.

I've changed it back.

> This is a nice improvement.  Other than the above comment:
> 
> Acked-by: Justin Pettit 

Thanks, I applied it to master, with that fix.
___
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [PATCH 04/14] Use ip_parse() and ipv6_parse() and variants in more places.

2015-12-09 Thread Justin Pettit

> On Dec 8, 2015, at 5:08 PM, Ben Pfaff  wrote:
> 
> 
> -gw6 = in6addr_any;
> +gw6 = in6addr_exact;

Did you mean to change this from "any" to "exact"?

This is a nice improvement.  Other than the above comment:

Acked-by: Justin Pettit 

--Justin


___
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev