summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-10-27Fix 'monitor interface traffic save'John Southworth
(cherry picked from commit ecb4650bc1ff7f7039a8de0c21f72667be9b189d)
2011-10-27More monitor interface traffic commandsJohn Southworth
(cherry picked from commit 3358412ae5e8d7ba94aedeb78080d2509d82239f)
2011-10-27Add 'show monitoring' script to list active background monitoringJohn Southworth
(cherry picked from commit 7789cf5e792174aff5c127eb90859c46608a937b)
2011-10-27Forgot to fix a typo in the local copy of vyatta-monitor-cleanupJohn Southworth
(cherry picked from commit 8f4406f107b6f93eb9e868018150e1f4687aef68)
2011-10-27Cleanup background monitor sessions on logoutJohn Southworth
(cherry picked from commit 269c88bff20c49876e5780dd8bf379e3d1fe1601)
2011-10-27Move the background monitoring for vpn under each of the categories as ↵John Southworth
suggested by support (cherry picked from commit 7621362a1a6ac0b5234fffdd4ff5fd1fe9f8625d)
2011-10-27Initial monitor vpn implementation. Other montior commands will be build on ↵John Southworth
these scripts (cherry picked from commit 334a6fab05b5e51097010b1da41fca32df7b8959)
2011-10-27Initial traceroute rework checkinJohn Southworth
(cherry picked from commit ce64904840bea3e716a7de3eca2618e63bcd87d1)
2011-10-27Create new ping command with the following semanticsJohn 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-10Bugfix 7543: remove trailing spaces from the show interfaces outputJohn Southworth
2011-09-26Bugfix 7502: Fix "show system image" on xen images built by virt-munger.Bob Gilligan
2011-10-21Bugfix 7502: Make "delete system image" work correctly on XenBob Gilligan
Also, improved detection of currently running image in the "rename system image" command.
2011-10-19Bugfix 7502: Get "set system image default-boot" to work on Xen.Bob Gilligan
2011-10-19Bugfix 7502: Make "rename system image" work correctly on Xen.Bob Gilligan
2011-10-19Bugfix 7502: Correctly display image names on Xen.Bob Gilligan
2011-09-19Add operational information for ipv6 tunnel interfaces, part of bug 6900John Southworth
2011-08-09 Ignore ip6tunl0 anchor interfaceJohn Southworth
2011-08-03Generate 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-20Bugfix 7357: change the op mode command wrapper to setup the aliasesJohn Southworth
(cherry picked from commit a6563ca684cc5bd775a2d31d27c6130dd1ab628d)
2011-08-17Bugfix 6392: Improve display of numeric values for storage usage.Bob Gilligan
2011-07-05Clean up clone warning messageJohn Southworth
2011-07-05Bugfix 7277: Make clone system config consistent with the other image toolsJohn Southworth
2011-06-28Use 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-28Fix typo in error message in last commitJohn Southworth
2011-06-28Add a disk-install uri for old disk based installs in image toolsJohn Southworth
2011-06-27fix typo in show interfaces legendJohn Southworth
2011-06-23make the 'u' for up lowercase so that it will draw the users attention to ↵John Southworth
interfaces that are down.
2011-06-23Adjust spacing on Interface columnJohn Southworth
2011-06-23Make interface states more readable by using capital letters; fix bug in ↵John Southworth
description output when there isn't an ip assigned
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