net/9p: add privport option to 9p tcp transport
authorJim Garlick <garlick@llnl.gov>
Wed, 29 May 2013 19:15:07 +0000 (12:15 -0700)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 8 Jul 2013 02:59:54 +0000 (21:59 -0500)
If the privport option is specified, the tcp transport binds local
address to a reserved port before connecting to the 9p server.

In some cases when 9P AUTH cannot be implemented, this is better than
nothing.

Signed-off-by: Jim Garlick <garlick@llnl.gov>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>

No differences found