summaryrefslogtreecommitdiff
path: root/templates/show/tcp/all/node.def
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-30 13:44:40 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-30 13:44:40 -0700
commite987d4d534ea2f1873658c08501fa21b4d3960bb (patch)
treef913da231fde2ea4cfa3ea00803712213edab5b1 /templates/show/tcp/all/node.def
parent660670e2232546c94da9785757c2c506349be6f5 (diff)
downloadvyatta-op-e987d4d534ea2f1873658c08501fa21b4d3960bb.tar.gz
vyatta-op-e987d4d534ea2f1873658c08501fa21b4d3960bb.zip
Need full path to ss command
Since command is not in normal users path, need to add full path to ss command.
Diffstat (limited to 'templates/show/tcp/all/node.def')
-rw-r--r--templates/show/tcp/all/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/tcp/all/node.def b/templates/show/tcp/all/node.def
index 52c3893..6aa1cae 100644
--- a/templates/show/tcp/all/node.def
+++ b/templates/show/tcp/all/node.def
@@ -1,2 +1,2 @@
help: show all TCP connections
-run: ss -t -a
+run: /sbin/ss -t -a