summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/interfaces/ethernet/node.tag/link-detect/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/ethernet/node.tag/link-detect/node.def b/templates/interfaces/ethernet/node.tag/link-detect/node.def
index c9d356d0..6ca27b10 100644
--- a/templates/interfaces/ethernet/node.tag/link-detect/node.def
+++ b/templates/interfaces/ethernet/node.tag/link-detect/node.def
@@ -1,5 +1,5 @@
help: "detect link state changes"
update: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../@)\" \
- -c \"link-detect"
+ -c \"link-detect\"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"interface $(../@)\" \
-c \"no link-detect \"; "