diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-02 10:22:05 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-02 10:23:59 -0800 |
commit | a305ff90c296df58a1de27a02f77c08871ecf40c (patch) | |
tree | 10b4157ee6200e4709970664acacf2778146dcd3 /templates/ping | |
parent | 925e4562da09aeaf80c41f2fb085fd4295526368 (diff) | |
download | vyatta-op-a305ff90c296df58a1de27a02f77c08871ecf40c.tar.gz vyatta-op-a305ff90c296df58a1de27a02f77c08871ecf40c.zip |
Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwood
Diffstat (limited to 'templates/ping')
-rw-r--r-- | templates/ping/node.tag/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/ping/node.tag/node.def b/templates/ping/node.tag/node.def index 9f58702..6a05e3b 100644 --- a/templates/ping/node.tag/node.def +++ b/templates/ping/node.tag/node.def @@ -3,7 +3,6 @@ # help: Send ICMP echo request to specified <hostname|IPv4 address> -allowed: - vyatta-allowed-hosts +allowed: echo "<hostname> <x.x.x.x>" run: /bin/ping $2 |