Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | Create new ping command with the following semantics | John Southworth | |
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) | |||
2011-10-10 | Bugfix 7543: remove trailing spaces from the show interfaces output | John Southworth | |
2011-09-26 | Bugfix 7502: Fix "show system image" on xen images built by virt-munger. | Bob Gilligan | |
2011-10-21 | Bugfix 7502: Make "delete system image" work correctly on Xen | Bob Gilligan | |
Also, improved detection of currently running image in the "rename system image" command. | |||
2011-10-19 | Bugfix 7502: Get "set system image default-boot" to work on Xen. | Bob Gilligan | |
2011-10-19 | Bugfix 7502: Make "rename system image" work correctly on Xen. | Bob Gilligan | |
2011-10-19 | Bugfix 7502: Correctly display image names on Xen. | Bob Gilligan | |
2011-09-19 | Add operational information for ipv6 tunnel interfaces, part of bug 6900 | John Southworth | |
2011-08-09 | Ignore ip6tunl0 anchor interface | John Southworth | |
2011-08-03 | Generate unpriviledged allowed-op at compile time. Add script to allow admin ↵ | John Southworth | |
user to regenerate it if needed. Fix ambiguous command message. | |||
2011-07-20 | Bugfix 7357: change the op mode command wrapper to setup the aliases | John Southworth | |
(cherry picked from commit a6563ca684cc5bd775a2d31d27c6130dd1ab628d) | |||
2011-08-17 | Bugfix 6392: Improve display of numeric values for storage usage. | Bob Gilligan | |
2011-07-05 | Clean up clone warning message | John Southworth | |
2011-07-05 | Bugfix 7277: Make clone system config consistent with the other image tools | John Southworth | |
2011-06-28 | Use proper directory for disk-installs. Do completion of directory names ↵ | John Southworth | |
only in clone system config since disk installs will have other files in /live/image/boot | |||
2011-06-28 | Fix typo in error message in last commit | John Southworth | |
2011-06-28 | Add a disk-install uri for old disk based installs in image tools | John Southworth | |
2011-06-27 | fix typo in show interfaces legend | John Southworth | |
2011-06-23 | make the 'u' for up lowercase so that it will draw the users attention to ↵ | John Southworth | |
interfaces that are down. | |||
2011-06-23 | Adjust spacing on Interface column | John Southworth | |
2011-06-23 | Make interface states more readable by using capital letters; fix bug in ↵ | John Southworth | |
description output when there isn't an ip assigned | |||
2011-07-17 | Bugfix 6800: Allow non-vyatta menu entries in grub.cfg. | Bob Gilligan | |
2011-06-16 | Display image type and hypervisor in show version | Stephen Hemminger | |
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 | |||
2011-06-09 | Fix clone so that it fails if a user attempts to clone to running:// | John Southworth | |
2011-06-03 | Bugfix 5840: Change show interfaces so that ipv6 addresses and/or long ↵ | John Southworth | |
descriptions don't break formatting | |||
2011-06-02 | suppress errors when reading pkg file. | Michael Larson | |
2011-05-27 | Bugfix: 7091 make clone restore old config directory if it fails | John Southworth | |
2011-05-20 | only attempt to move the old /config dir if it exists when cloning a ↵ | John Southworth | |
configuration | |||
2011-05-12 | Exclude white-out files from copy. Backup current config dir before clone | John Southworth | |
2011-05-04 | allow "clear connection-tracking" op mode command to override query for rest ↵ | Michael Larson | |
mode. | |||
2011-05-04 | allow "reboot at" and "reboot" to be invoked by the rest api. | Michael Larson | |
2011-05-03 | Fail on invalid image name | John Southworth | |
2011-05-03 | Support non-interactive mode for webgui2 | John Southworth | |
2011-05-03 | Add http as a url mode users can copy from | John Southworth | |
2011-05-03 | Add back default case for copy, removed too many lines on last commit | John Southworth | |
2011-05-03 | Change behavior of image tools as per discussion in design meeting | John Southworth | |
* Copy and delete are simplier * 'update config' has been moved to 'clone system config' | |||
2011-04-28 | Fix accidental merge of show interfaces script, reverting to previous behavior | John Southworth | |
2011-04-28 | verify the users intention when deleting directories since we don't have a glob | John Southworth | |
2011-04-25 | Add options when copying a directory to another directory | John Southworth | |
2011-04-25 | Support saving to and from URLs in image tools | John Southworth | |
2011-04-25 | Check the validity of the filename passed to the image-tools script | John Southworth | |
2011-04-25 | Merge branch 'napa' of http://git.vyatta.com/vyatta-op into napa | John Southworth | |
2011-04-24 | Add the ability to read a packet capture file in a useable format | John Southworth | |
2011-04-23 | Initial addition of image op mode tools | John Southworth | |
2011-04-01 | Cleanup spacing | John Southworth | |
2011-03-31 | Clean up 'show interfaces' a bit. | John Southworth | |
1. Don't show sit0 and gre0 interfaces These confuse users that don't know why they are there. 2. Reformat the output so that IPv6 addresses no longer cause formatting problems | |||
2010-11-21 | Bugfix 6101: Add syslog record when a system image is re-named. | Bob Gilligan | |
2010-11-21 | Bugfix 6101: Add logging for system image change and delete. | Bob Gilligan | |
2010-11-10 | Change pci id parsing | Stephen Hemminger | |
Make the PCI id interaction with sysfs more robust by using strtol and sprintf to explicitly convert to integer and hex. | |||
2010-11-09 | Add commands to show if-mib mappings for interface | Stephen Hemminger | |
This adds operational mode commands to display what SNMP service shows but it is not done through SNMP. New: show snmp mib ifmib show snmp mib ifmib ifIndex show snmp mib ifmib ifIndex eth1 show snmp mib ifmib ifAlias show snmp mib ifmib ifAlias eth2 show snmp mib ifmib ifDescr show snmp mib ifmib ifDescr eth1 |