| Message ID | 20180115114728.13672-1-simon@rozman.si |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [Openvpn-devel] Document missing OpenVPN states | expand |
Am 15.01.2018 um 12:47 schrieb Simon Rozman: > --- > doc/management-notes.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/management-notes.txt b/doc/management-notes.txt > index a9ba18a..908b981 100644 > --- a/doc/management-notes.txt > +++ b/doc/management-notes.txt > @@ -362,6 +362,8 @@ ADD_ROUTES -- Adding routes to system. > CONNECTED -- Initialization Sequence Completed. > RECONNECTING -- A restart has occurred. > EXITING -- A graceful exit is in progress. > +RESOLVE -- (Client only) DNS lookup > +TCP_CONNECT -- (Client only) Connecting to TCP server > > Command examples: > Acked-by: Arne Schwabe <arne@rfc2549.org> Reviewed-by: Arne Schwabe <arne@rfc2549.org> ACK. I seen the state message often enough to that my double checking of the code was almost pointless. Arne ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Your patch has been applied to the master and release/2.4 branch.
commit 12b12ff944a378dbb14cc508f887191303b24703 (master)
commit e10f32174cf17b77896fc92744974352a3ee1874 (release/2.4)
Author: Simon Rozman
Date: Mon Jan 15 12:47:28 2018 +0100
Document missing OpenVPN states
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20180115114728.13672-1-simon@rozman.si>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg16232.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
--
kind regards,
Gert Doering
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
diff --git a/doc/management-notes.txt b/doc/management-notes.txt index a9ba18a..908b981 100644 --- a/doc/management-notes.txt +++ b/doc/management-notes.txt @@ -362,6 +362,8 @@ ADD_ROUTES -- Adding routes to system. CONNECTED -- Initialization Sequence Completed. RECONNECTING -- A restart has occurred. EXITING -- A graceful exit is in progress. +RESOLVE -- (Client only) DNS lookup +TCP_CONNECT -- (Client only) Connecting to TCP server Command examples: