summaryrefslogtreecommitdiff
path: root/templates/interfaces
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2007-12-05 16:05:30 -0800
committerStig Thormodsrud <stig@vyatta.com>2007-12-05 16:05:30 -0800
commit065bbf6b587c41127373734f1aa1e2673445044c (patch)
treeb32478656a29c508f84ae4abfa67ea19f3cc8dc2 /templates/interfaces
parent0f0f08bfc0c9e309f737840a566ab2e0e6e53248 (diff)
downloadvyatta-cfg-quagga-065bbf6b587c41127373734f1aa1e2673445044c.tar.gz
vyatta-cfg-quagga-065bbf6b587c41127373734f1aa1e2673445044c.zip
Fix syntax error in link-detect.
Diffstat (limited to 'templates/interfaces')
-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 \"; "