summaryrefslogtreecommitdiff
path: root/templates/clear/ip
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-02-28 11:36:07 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-02-28 11:36:07 -0800
commit7527117842918d1288636b76bd77663e05664575 (patch)
treef214bf2ad87b6df09c8204db7576e9c95cee6a53 /templates/clear/ip
parentb31d2507b9ef7178f6acd3d5f3e00c881ff6944d (diff)
downloadvyatta-op-7527117842918d1288636b76bd77663e05664575.tar.gz
vyatta-op-7527117842918d1288636b76bd77663e05664575.zip
add quoting for inline scripts in templates
Diffstat (limited to 'templates/clear/ip')
-rw-r--r--templates/clear/ip/route/cache/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/clear/ip/route/cache/node.tag/node.def b/templates/clear/ip/route/cache/node.tag/node.def
index 37fc458..403e1f9 100644
--- a/templates/clear/ip/route/cache/node.tag/node.def
+++ b/templates/clear/ip/route/cache/node.tag/node.def
@@ -1,3 +1,3 @@
help: Flush the kernel route cache for a given route
allowed: echo -n '<network>'
-run: sudo ${vyatta_bindir}/sudo-users/ip route flush cache $5
+run: sudo ${vyatta_bindir}/sudo-users/ip route flush cache "$5"