summaryrefslogtreecommitdiffstats
path: root/src/openvpn/tun.c
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-11 21:10:51 +0100
committerGert Doering <gert@greenie.muc.de>2013-03-12 11:58:43 +0100
commitdc63e06b2c366f74752c8baa61b0f173d62511ad (patch)
tree6be93312a6796ac93b1f15392c8e0ccbfcb61e34 /src/openvpn/tun.c
parent46d402f6513a6745daeaf08e9b260258e912f184 (diff)
downloadopenvpn-dc63e06b2c366f74752c8baa61b0f173d62511ad.tar.gz
openvpn-dc63e06b2c366f74752c8baa61b0f173d62511ad.tar.xz
openvpn-dc63e06b2c366f74752c8baa61b0f173d62511ad.zip
Remove unused function no_tap_ifconfig
Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1363032651-23934-4-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/7388 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/tun.c')
-rw-r--r--src/openvpn/tun.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c
index 9912b07..a361233 100644
--- a/src/openvpn/tun.c
+++ b/src/openvpn/tun.c
@@ -300,16 +300,6 @@ warn_on_use_of_common_subnets (void)
}
/*
- * Complain if --dev tap and --ifconfig is used on an OS for which
- * we don't have a custom tap ifconfig template below.
- */
-static void
-no_tap_ifconfig ()
-{
- msg (M_FATAL, "Sorry but you cannot use --dev tap and --ifconfig together on this OS because I have not yet been programmed to understand the appropriate ifconfig syntax to use for TAP-style devices on this OS. Your best alternative is to use an --up script and do the ifconfig command manually.");
-}
-
-/*
* Return a string to be used for options compatibility check
* between peers.
*/