summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/tunnel/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/tunnel/node.def b/templates/interfaces/tunnel/node.def
index 63f2bb59..426b9d26 100644
--- a/templates/interfaces/tunnel/node.def
+++ b/templates/interfaces/tunnel/node.def
@@ -76,7 +76,7 @@ delete:
if [ -z $VAR(./remote-ip/) ]; then
ip tunnel del $VAR(@) mode gre
else
- ip tunnel del $VAR(@) mode $VAR(./encapsulation/@);;
+ ip tunnel del $VAR(@) mode $VAR(./encapsulation/@)
fi;;
"gre-bridge")
ip link delete $VAR(@) ;;