summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/vti/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/vti/node.def b/templates/interfaces/vti/node.def
index 15ea2e3e..0b369f82 100644
--- a/templates/interfaces/vti/node.def
+++ b/templates/interfaces/vti/node.def
@@ -25,7 +25,7 @@ fi
delete:
if [ -d /sys/class/net/$VAR(@) ] ; then
ip link set $VAR(@) down
- ip tunnel del $VAR(@) mode esp
+ ip tunnel del $VAR(@) mode ipip
fi
end: