[Openvpn-devel] Add user manual and developer notes URL for tapctl.exe
Commit Message
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(+)
Comments
(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
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
*
@@ -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>
*