JD> You're passing 0 as the protocol value to sock_create(). This JD> ultimately gets passed to the address family's create() function.
The fix is to pass in the previous version of sk_protocol instead of zero, right? It looks like inet_create() has enough intelligence to weed out invalid values for us too... -- Dan Smith IBM Linux Technology Center email: [email protected] _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
