From: Simon Rozman Date: Sun, 24 Feb 2019 18:15:04 +0000 (+0100) Subject: Add user manual and developer notes URL for tapctl.exe X-Git-Tag: v2.5_beta1~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890f9a85ca86fbba678fddb2e589a0180a6f1784;p=thirdparty%2Fopenvpn.git Add user manual and developer notes URL for tapctl.exe This patch follows Gert's recommendations from [openvpn-devel]. Signed-off-by: Simon Rozman Message-ID: <20190117155829.GA92142@greenie.muc.de> Acked-by: Gert Doering Message-Id: <20190224181504.38328-1-simon@rozman.si 20190117155829.GA92142@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18232.html Signed-off-by: Gert Doering --- diff --git a/src/tapctl/basic.h b/src/tapctl/basic.h index 3469cb1c8..bfbcc30db 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 * Copyright (C) 2018 Simon Rozman diff --git a/src/tapctl/error.c b/src/tapctl/error.c index 42ab6ccbd..d1f77d202 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 * Copyright (C) 2018 Simon Rozman diff --git a/src/tapctl/error.h b/src/tapctl/error.h index 1ac9b835b..924cbbe89 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 * Copyright (C) 2018 Simon Rozman diff --git a/src/tapctl/main.c b/src/tapctl/main.c index 5e6e17524..295366b49 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 * Copyright (C) 2008-2013 David Sommerseth diff --git a/src/tapctl/tap.c b/src/tapctl/tap.c index f30e37928..7f1cde465 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 * diff --git a/src/tapctl/tap.h b/src/tapctl/tap.h index 39dc28b0c..c09c47662 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 *