summaryrefslogtreecommitdiff
path: root/templates/clear/ip/route/cache
diff options
context:
space:
mode:
Diffstat (limited to 'templates/clear/ip/route/cache')
-rw-r--r--templates/clear/ip/route/cache/node.def2
-rw-r--r--templates/clear/ip/route/cache/node.tag/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/clear/ip/route/cache/node.def b/templates/clear/ip/route/cache/node.def
index 9648cef..b97e0c9 100644
--- a/templates/clear/ip/route/cache/node.def
+++ b/templates/clear/ip/route/cache/node.def
@@ -1,2 +1,2 @@
help: Flush the kernel route cache
-run: sudo ${vyatta_bindir}/sudo-users/ip route flush cache
+run: sudo /sbin/ip route flush cache
diff --git a/templates/clear/ip/route/cache/node.tag/node.def b/templates/clear/ip/route/cache/node.tag/node.def
index 403e1f9..97f7fc3 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 /sbin/ip route flush cache "$5"