--- sys/netinet/in_pcb.c (revision 362974) +++ sys/netinet/in_pcb.c (working copy) @@ -322,12 +322,6 @@ INP_WLOCK_ASSERT(inp); INP_HASH_WLOCK_ASSERT(pcbinfo); - /* - * Don't allow jailed socket to join local group. - */ - if (inp->inp_socket != NULL && jailed(inp->inp_socket->so_cred)) - return (0); - #ifdef INET6 /* * Don't allow IPv4 mapped INET6 wild socket. @@ -2026,7 +2020,6 @@ * 2. wild (if lookupflags contains INPLOOKUP_WILDCARD). * * NOTE: - * - Load balanced group does not contain jailed sockets * - Load balanced group does not contain IPv4 mapped INET6 wild sockets */ local_wild = NULL;