diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-30 13:44:40 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-30 13:44:40 -0700 |
commit | e987d4d534ea2f1873658c08501fa21b4d3960bb (patch) | |
tree | f913da231fde2ea4cfa3ea00803712213edab5b1 /templates/show/udp/node.def | |
parent | 660670e2232546c94da9785757c2c506349be6f5 (diff) | |
download | vyatta-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/udp/node.def')
-rw-r--r-- | templates/show/udp/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/udp/node.def b/templates/show/udp/node.def index 29e7548..ef9e55f 100644 --- a/templates/show/udp/node.def +++ b/templates/show/udp/node.def @@ -1,2 +1,2 @@ help: show UDP socket information -run: ss -u -a -r +run: /sbin/ss -u -a -r |