diff options
-rw-r--r-- | templates/interfaces/tunnel/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/interfaces/tunnel/node.def b/templates/interfaces/tunnel/node.def index f35bb401..9c7b4f5f 100644 --- a/templates/interfaces/tunnel/node.def +++ b/templates/interfaces/tunnel/node.def @@ -70,6 +70,7 @@ create: echo "interfaces tunnel $VAR(@): error setting tunnel interface active" delete: + /opt/vyatta/sbin/vyos-update-nhrp.pl --checkref --tun $VAR(@) ip link set $VAR(@) down case "$VAR(./encapsulation/@)" in "gre" | "ipip" | "sit") |