]> git.karo-electronics.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>
Thu, 30 May 2013 17:01:35 +0000 (12:01 -0500)
commitc41e0b1f8bbbffdbd51aca8bc3b0b44fd366c010
tree5d56d908eb0f33afc636752285249494921fca90
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