diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-12-11 01:47:26 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-12-11 01:47:26 +0000 |
commit | 16ded86c203ce719108780f19346ec923a28d808 (patch) | |
tree | 599b6aa0b3e6a3ef59ad6216f3c669e3cf3159f9 | |
parent | Fixed a couple issues in sample plugins auth-pam.c and down-root.c: (diff) | |
download | openvpn-16ded86c203ce719108780f19346ec923a28d808.tar.xz |
Documented --multihome in the man page.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5264 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | openvpn.8 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2118,6 +2118,15 @@ is specified, and when is NOT specified. .\"********************************************************* .TP +.B --multihome +Configure a multi-homed UDP server. This option can be used when +OpenVPN has been configured to listen on all interfaces, and will +attempt to bind client sessions to the interface on which packets +are being received, so that outgoing packets will be sent out +of the same interface. Note that this option is only relevant for +UDP servers and currently is only implemented on Linux. +.\"********************************************************* +.TP .B --echo [parms...] Echo .B parms |