summaryrefslogtreecommitdiffstats
path: root/src/connections/tuntap
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/tuntap')
-rw-r--r--src/connections/tuntap8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/connections/tuntap b/src/connections/tuntap
index 84b3bce..7a7f5f1 100644
--- a/src/connections/tuntap
+++ b/src/connections/tuntap
@@ -25,14 +25,6 @@ tuntap_down() {
return 0
}
-tuntap_status() {
- if [[ -e "/sys/class/net/$INTERFACE" ]]; then
- return 0
- else
- return 1
- fi
-}
-
tuntap_$1 "$2"
exit $?
# vim: set ts=4 et sw=4 tw=0: