summaryrefslogtreecommitdiff
path: root/templates/interfaces/vti/node.def
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-09-25 10:16:57 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-09-25 10:16:57 -0700
commited7cdece4009646b7f2d67030c439108c3692485 (patch)
tree8274096d8283f885ff2373976d7af97f9b557523 /templates/interfaces/vti/node.def
parent0aabbfdb8bf8b51eb774f385f1ec8da0c599a2b4 (diff)
parent647f7b50a80925bed700525aebd225ad59319cf4 (diff)
downloadvyatta-cfg-system-ed7cdece4009646b7f2d67030c439108c3692485.tar.gz
vyatta-cfg-system-ed7cdece4009646b7f2d67030c439108c3692485.zip
Bugfix 8290: Detect original unsalted password
Diffstat (limited to 'templates/interfaces/vti/node.def')
-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: