summaryrefslogtreecommitdiff
path: root/templates/protocols/static/interface-route6
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-07-28 12:54:40 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-07-28 12:54:40 -0700
commit0579f8e2d42a3468d335823344b1995fd1515aff (patch)
treeb555202f4ad6b2b0b4ba5d045e82115c59eda342 /templates/protocols/static/interface-route6
parent361b017a9a5d1a945955519f4fb6ef92fe66310c (diff)
downloadvyatta-cfg-quagga-0579f8e2d42a3468d335823344b1995fd1515aff.tar.gz
vyatta-cfg-quagga-0579f8e2d42a3468d335823344b1995fd1515aff.zip
Use vyatta_sbindir
Wrong shell variable in earlier commit
Diffstat (limited to 'templates/protocols/static/interface-route6')
-rw-r--r--templates/protocols/static/interface-route6/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/static/interface-route6/node.def b/templates/protocols/static/interface-route6/node.def
index 1f2f561a..4048960a 100644
--- a/templates/protocols/static/interface-route6/node.def
+++ b/templates/protocols/static/interface-route6/node.def
@@ -1,4 +1,4 @@
tag:
type: ipv6net
help: Set an interface-based IPv6 static route
-syntax:expression: exec "${sbin_dir}/check_prefix_boundary $VAR(@)"
+syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)"