]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Add user manual and developer notes URL for tapctl.exe
authorSimon Rozman <simon@rozman.si>
Sun, 24 Feb 2019 18:15:04 +0000 (19:15 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 28 Feb 2019 15:00:32 +0000 (16:00 +0100)
This patch follows Gert's recommendations from [openvpn-devel].

Signed-off-by: Simon Rozman <simon@rozman.si>
Message-ID: <20190117155829.GA92142@greenie.muc.de>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
src/tapctl/basic.h
src/tapctl/error.c
src/tapctl/error.h
src/tapctl/main.c
src/tapctl/tap.c
src/tapctl/tap.h

index 3469cb1c86141737fafde29c96f6b70f549cf472..bfbcc30db24e4c556900d37c48740cd936a49420 100644 (file)
@@ -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>
index 42ab6ccbdd0141783e1a921ab865ed8c9d509814..d1f77d202149aae5dd16c999dea73dc030b845ed 100644 (file)
@@ -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>
index 1ac9b835bbbecf5692d603e8be710f83fbfbd47e..924cbbe89f515b11d8c830ec57f8d9a30c7ce0db 100644 (file)
@@ -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>
index 5e6e1752427cae2f16659a96286ecd709bbd9630..295366b49fa1db55d8c0030d66f3cb7410797fcb 100644 (file)
@@ -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>
index f30e3792839c2ab70081feb39d3509c0280ed583..7f1cde46560b69686fa41817003b9113730d703f 100644 (file)
@@ -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>
  *
index 39dc28b0cf0c892a86b198b564345ec52e2f1972..c09c476620f678460f02eaecfea267d29320c68e 100644 (file)
@@ -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>
  *