From 16ded86c203ce719108780f19346ec923a28d808 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 11 Dec 2009 01:47:26 +0000 Subject: Documented --multihome in the man page. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5264 e7ae566f-a301-0410-adde-c780ea21d3b5 --- openvpn.8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 6f6138b..57844b9 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -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 -- cgit