summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-scripts/net/tuntap.sh')
-rw-r--r--net-scripts/net/tuntap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-scripts/net/tuntap.sh b/net-scripts/net/tuntap.sh
index 921438e..f5b316c 100644
--- a/net-scripts/net/tuntap.sh
+++ b/net-scripts/net/tuntap.sh
@@ -17,7 +17,7 @@ tunctl() {
#
# Sets up the dependancies for the module
tuntap_depend() {
- before interface macchanger
+ before bridge interface macchanger
functions interface_exists interface_type
variables tunctl
}