]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit2f28c8b31dc501027d9aa6acf496c5941736312b
tree30c8060085b6bb41d07534431b00d9733c78665a
parent2315cb14010c4cb0eb7c1d19fcf90475e4688207
net/9p: add privport option to 9p tcp transport

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>
include/net/9p/transport.h
net/9p/trans_fd.c