Age | Commit message (Collapse) | Author |
|
properly
|
|
affirmative answer instead of defaulting to it
|
|
the affirmative to defualt in the negative.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
suggested by support
|
|
these scripts
|
|
|
|
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
|
|
|
|
user to regenerate it if needed. Fix ambiguous command message.
|
|
(cherry picked from commit a6563ca684cc5bd775a2d31d27c6130dd1ab628d)
|
|
|
|
|
|
|
|
only in clone system config since disk installs will have other files in /live/image/boot
|
|
|
|
|
|
|
|
interfaces that are down.
|
|
|
|
description output when there isn't an ip assigned
|
|
|
|
Bug 6769
Add System type which decodes the type of kernel on the system, and
Hypervisor which shows if the system is in virtual environment.
Note: the Hypervisor, Uptime should really be part of another command
since they aren't a property of the system image but of the system it
is being run on but that is splitting hairs.
vyatta@napa:~$ show version
Version: 999.napa.06160039
Description: 999.napa.06160039
Copyright: 2006-2011 Vyatta, Inc.
Built by: autobuild@vyatta.com
Built on: Thu Jun 16 07:39:16 UTC 2011
Build ID: 1106160739-bcfda33
System type: Intel 64bit
Boot via: disk
Hypervisor: VMware
Uptime: 21:56:32 up 1:16, 2 users, load average: 0.03, 0.03, 0.05
|
|
|
|
descriptions don't break formatting
|
|
|
|
|
|
configuration
|
|
|
|
mode.
|
|
|
|
|
|
|
|
|
|
|
|
* Copy and delete are simplier
* 'update config' has been moved to 'clone system config'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|