summaryrefslogtreecommitdiffstats
path: root/src/connections/tunnel
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/tunnel')
-rw-r--r--src/connections/tunnel3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/connections/tunnel b/src/connections/tunnel
index e37a37c..6cefc5c 100644
--- a/src/connections/tunnel
+++ b/src/connections/tunnel
@@ -15,8 +15,6 @@ tunnel_up() {
ip tunnel change "$INTERFACE" local "$LOCAL"
fi
- bring_interface up "$INTERFACE"
-
"$CONN_DIR/ethernet" up "$1"
return 0
}
@@ -25,7 +23,6 @@ tunnel_down() {
load_profile "$1"
"$CONN_DIR/ethernet" down "$1"
- bring_interface down "$INTERFACE"
ip tunnel del "$INTERFACE"
return 0