summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-07-17Bugfix 6800: Allow non-vyatta menu entries in grub.cfg.Bob Gilligan
2011-06-16Display image type and hypervisor in show versionStephen 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-09Fix clone so that it fails if a user attempts to clone to running://John Southworth
2011-06-03Bugfix 5840: Change show interfaces so that ipv6 addresses and/or long ↵John Southworth
descriptions don't break formatting
2011-06-02suppress errors when reading pkg file.Michael Larson
2011-05-27Bugfix: 7091 make clone restore old config directory if it failsJohn Southworth
2011-05-20only attempt to move the old /config dir if it exists when cloning a ↵John Southworth
configuration
2011-05-12Exclude white-out files from copy. Backup current config dir before cloneJohn Southworth
2011-05-04allow "clear connection-tracking" op mode command to override query for rest ↵Michael Larson
mode.
2011-05-04allow "reboot at" and "reboot" to be invoked by the rest api.Michael Larson
2011-05-03Fail on invalid image nameJohn Southworth
2011-05-03Support non-interactive mode for webgui2John Southworth
2011-05-03Add http as a url mode users can copy fromJohn Southworth
2011-05-03Add back default case for copy, removed too many lines on last commitJohn Southworth
2011-05-03Change behavior of image tools as per discussion in design meetingJohn Southworth
* Copy and delete are simplier * 'update config' has been moved to 'clone system config'
2011-04-28Fix accidental merge of show interfaces script, reverting to previous behaviorJohn Southworth
2011-04-28verify the users intention when deleting directories since we don't have a globJohn Southworth
2011-04-25Add options when copying a directory to another directoryJohn Southworth
2011-04-25Support saving to and from URLs in image toolsJohn Southworth
2011-04-25Check the validity of the filename passed to the image-tools scriptJohn Southworth
2011-04-25Merge branch 'napa' of http://git.vyatta.com/vyatta-op into napaJohn Southworth
2011-04-24Add the ability to read a packet capture file in a useable formatJohn Southworth
2011-04-23Initial addition of image op mode toolsJohn Southworth
2011-04-01Cleanup spacingJohn Southworth
2011-03-31Clean 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-21Bugfix 6101: Add syslog record when a system image is re-named.Bob Gilligan
2010-11-21Bugfix 6101: Add logging for system image change and delete.Bob Gilligan
2010-11-10Change pci id parsingStephen Hemminger
Make the PCI id interaction with sysfs more robust by using strtol and sprintf to explicitly convert to integer and hex.
2010-11-09Add commands to show if-mib mappings for interfaceStephen 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
2010-11-09Enhance show snmp commandStephen Hemminger
Resolve usability issues with 'show snmp' by adding some more control 1. show snmp -- find usable community for loopback 2. show snmp community <name> -- check connectivity 3. show snmp community <name> host <addr> -- check remote connectivity
2010-11-09Fix lookup of community stringStephen Hemminger
Community may have optional client restriction
2010-11-08Fix path to ethtoolStephen Hemminger
In Squeeze, ethtool moved from /usr/sbin to /sbin
2010-11-05Fixed yesno error messages when run with no "-y" argument and with empty prompt.Daniil Baturin
2010-09-10Fix message spellingStephen Hemminger
Bug 5996
2010-08-18change tech-support to use shell API directlyAn-Cheng Huang
2010-08-18Added /home to the archive.Deepti Kulkarni
(cherry picked from commit 5c2de25ac67ff3d675b9b64cff817fff13de8486)
2010-08-18Adding 'generate tech-support archive'commandDeepti Kulkarni
(cherry picked from commit 7d4d9c74b8105a27cc54f55ddb98ea90112e13c6)
2010-07-30new API changesAn-Cheng Huang
2010-07-09hide conntrack messagesMohit Mehta
2010-07-08Display supplemental groupsStephen Hemminger
Show all groups in new 'show login groups'
2010-07-06Add show login commandsStephen Hemminger
Bug 5554 Add CLI interface to user state commands (who, id, etc)
2010-06-16Changes to read policy and vrrp configuration for show tech-support.Deepti Kulkarni
2010-06-12Fix 5497: display entire interface description in the operational command outputStig Thormodsrud
of 'show interfaces'
2010-06-04Show tech-support Larkspur enhancements.Deepti Kulkarni
2010-05-26Move DHCPv6 client op-mode commands to this package.Bob Gilligan
2010-05-04Don't allow the currently running image to be renamed.Bob Gilligan
Allowing the running image to be renamed introduced several issues. It is simpler just to dis-allow it. If the user needs to re-name the running image, they can reboot on another image, re-name the first image, then boot back into it.
2010-04-30Add "show system image storage" op mode command.Bob Gilligan
As the name indicates, it tells you how much disk space each image occupies.
2010-04-30Added an op-mode command to rename a system image.Bob Gilligan
Also added an op-mode command to display the Vyatta version strings along with the names of the installed images. This is useful if you rename an image from its default name, which is its version string.
2010-04-26Bugfix 5549: Use proper prompt string when deleting image.Bob Gilligan
2010-03-29Use new interface_description functionStephen Hemminger
Show interfaces doesn't have to be in configure mode.