Message ID | 20190224181504.38328-1-simon@rozman.si |
---|---|
State | Accepted |
Headers | show |
Series | [Openvpn-devel] Add user manual and developer notes URL for tapctl.exe | expand |
(Re-send with proper references - my mailer and my git tools hate each other today) Acked-by: Gert Doering <gert@greenie.muc.de> Trival but useful :) Your patch has been applied to the master branch. commit 890f9a85ca86fbba678fddb2e589a0180a6f1784 Author: Simon Rozman Date: Sun Feb 24 19:15:04 2019 +0100 Add user manual and developer notes URL for tapctl.exe Signed-off-by: Simon Rozman <simon@rozman.si> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20190224181504.38328-1-simon@rozman.si URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18232.html Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/src/tapctl/basic.h b/src/tapctl/basic.h index 3469cb1c..bfbcc30d 100644 --- a/src/tapctl/basic.h +++ b/src/tapctl/basic.h @@ -1,5 +1,6 @@ /* * basic -- Basic macros + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net> * Copyright (C) 2018 Simon Rozman <simon@rozman.si> diff --git a/src/tapctl/error.c b/src/tapctl/error.c index 42ab6ccb..d1f77d20 100644 --- a/src/tapctl/error.c +++ b/src/tapctl/error.c @@ -1,5 +1,6 @@ /* * error -- OpenVPN compatible error reporting API + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net> * Copyright (C) 2018 Simon Rozman <simon@rozman.si> diff --git a/src/tapctl/error.h b/src/tapctl/error.h index 1ac9b835..924cbbe8 100644 --- a/src/tapctl/error.h +++ b/src/tapctl/error.h @@ -1,5 +1,6 @@ /* * error -- OpenVPN compatible error reporting API + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net> * Copyright (C) 2018 Simon Rozman <simon@rozman.si> diff --git a/src/tapctl/main.c b/src/tapctl/main.c index 5e6e1752..295366b4 100644 --- a/src/tapctl/main.c +++ b/src/tapctl/main.c @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net> * Copyright (C) 2008-2013 David Sommerseth <dazo@users.sourceforge.net> diff --git a/src/tapctl/tap.c b/src/tapctl/tap.c index ba80237f..b2cb2dca 100644 --- a/src/tapctl/tap.c +++ b/src/tapctl/tap.c @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2018 Simon Rozman <simon@rozman.si> * diff --git a/src/tapctl/tap.h b/src/tapctl/tap.h index 39dc28b0..c09c4766 100644 --- a/src/tapctl/tap.h +++ b/src/tapctl/tap.h @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2018 Simon Rozman <simon@rozman.si> *
This patch follows Gert's recommendations from [openvpn-devel]. Signed-off-by: Simon Rozman <simon@rozman.si> Message-ID: <20190117155829.GA92142@greenie.muc.de> --- src/tapctl/basic.h | 1 + src/tapctl/error.c | 1 + src/tapctl/error.h | 1 + src/tapctl/main.c | 1 + src/tapctl/tap.c | 1 + src/tapctl/tap.h | 1 + 6 files changed, 6 insertions(+)