Acked-by: Justin Pettit <[email protected]> --Justin
> On Dec 8, 2015, at 5:08 PM, Ben Pfaff <[email protected]> wrote: > > POSIX defines this but it was missing from the OVS header file definitions > for "sparse". > > Signed-off-by: Ben Pfaff <[email protected]> > --- > include/sparse/netinet/in.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/sparse/netinet/in.h b/include/sparse/netinet/in.h > index 1223553..78e5981 100644 > --- a/include/sparse/netinet/in.h > +++ b/include/sparse/netinet/in.h > @@ -116,6 +116,7 @@ struct sockaddr_in6 { > (X)->s6_addr[10] == 0xff && \ > (X)->s6_addr[11] == 0xff) > > +#define INET_ADDRSTRLEN 16 > #define INET6_ADDRSTRLEN 46 > > #define IPV6_TCLASS 67 > -- > 2.1.3 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
