Skip to content

Commit

Permalink
Update --script-tun description, remove non-existent --tun-fd from ma…
Browse files Browse the repository at this point in the history
…npage.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Aug 31, 2010
1 parent ad6a526 commit fc52431
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions openconnect.8
Expand Up @@ -97,9 +97,6 @@ openconnect \- Connect to Cisco AnyConnect VPN
.B -S,--script-tun
]
[
.B -T,--tun-fd
]
[
.B -u,--user
.I NAME
]
Expand Down Expand Up @@ -274,10 +271,10 @@ pkts
Use vpnc-compatible config script
.TP
.B -S,--script-tun
Pass traffic to 'script' program, not tun
.TP
.B -T,--tun-fd
File descriptor to use for passing traffic
Pass traffic to 'script' program over a UNIX socket, instead of to a kernel
tun/tap device. This allows the VPN IP traffic to be handled entirely in
userspace, for example by a program which uses lwIP to provide SOCKS access
into the VPN.
.TP
.B -u,--user=NAME
Set login username to
Expand Down

0 comments on commit fc52431

Please sign in to comment.