summaryrefslogtreecommitdiffstats
path: root/src/connections/vlan
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/vlan')
-rw-r--r--src/connections/vlan8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/connections/vlan b/src/connections/vlan
index 97147c7..acaa399 100644
--- a/src/connections/vlan
+++ b/src/connections/vlan
@@ -27,14 +27,6 @@ vlan_down() {
return 0
}
-vlan_status() {
- if [[ -e "/sys/class/net/$INTERFACE" ]]; then
- return 0
- else
- return 1
- fi
-}
-
vlan_$1 "$2"
exit $?
# vim: set ts=4 et sw=4: