From b1c37ed9fe0e2cfac2ac46d757c6037c1c5436c2 Mon Sep 17 00:00:00 2001 From: John Southworth <john.southworth@vyatta.com> Date: Tue, 16 Aug 2011 18:26:24 -0500 Subject: Create new ping command with the following semantics 1. ping <ipv4|ipv6|hostname> will use * ping for a v4 address * ping6 for a v6 address * ping or ping6 for a hostname which ever resolves prefering ipv4 2. ping ipv4 <ipv4|hostname> will ping 3. ping ipv6 <ipv6|hostname> will ping6 4. ping <node> option <advanced ping options> * allows for options to pass down to ping * this is a stop gap while we add the most common options * to the CLI (cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef) --- templates/show/system/boot-messages/commit/node.def | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/show/system/boot-messages/commit/node.def (limited to 'templates/show/system') diff --git a/templates/show/system/boot-messages/commit/node.def b/templates/show/system/boot-messages/commit/node.def new file mode 100644 index 0000000..60e1f67 --- /dev/null +++ b/templates/show/system/boot-messages/commit/node.def @@ -0,0 +1,2 @@ +help: Show the commit messages from this boot +run: cat /var/log/vyatta/vyatta-commit-this-boot.log -- cgit v1.2.3