summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2012-02-22Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-op into oxnardStephen Hemminger
2012-02-22Handle 64 bit counters in show interfacesStephen Hemminger
Bug 7813 On 32 bit platform, perl truncates printf formatting if given a numeric type. (ie %10d). Change to print as string instead. Rework code to make counter wrap code clearer, and use map{} to expand list of values.
2012-02-21Bug 4086:fixed order of display in show dns forwarding nameservers, removed ↵Gaurav
redundant information
2012-01-09bug 7714: Fixing runtime script error seen in show dns forwarding statisticsGaurav Sinha
2011-12-29Bugfix 7473: Display hardware model, S/N and UUID if available.Bob Gilligan
2011-12-09Adjust show interfaces for maximum length of interface nameJohn Southworth
2011-11-29boot-image: fix perl critic warningsStephen Hemminger
Bug 6886 Mostly changes to use explicit glob() function.
2011-11-09Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardGaurav Sinha
2011-11-09:Fixing bug 4086, added support for showing domain overridesGaurav Sinha
2011-11-09cleanup rename-imageStephen Hemminger
1. Get rid of perl critic warnings about use of bare file handles and open 2. Use perl rather than system() to copy and move files and check for errors. 3. Use perl rather than system() to access syslog.
2011-11-09Fix perlcritic warning about bareword file handleStephen Hemminger
dhcpv6-show-leases use 3 arg open and local file handle
2011-11-01Wait for user to hit enter before continuing with a rebootJohn Southworth
2011-10-27Bugfix 7575: Make tshark run as a normal user so that writing files works ↵John Southworth
properly (cherry picked from commit 03ff4a8d1f8f31eac014e227cdcd9d1a6d4af907)
2011-10-27Make the reboot syntax the same as the poweroff syntax; require the ↵John Southworth
affirmative answer instead of defaulting to it (cherry picked from commit ccf2a40b2d30860618c45d6bd8a73eed8638fdd4)
2011-10-27Bugfix 7557: Move shutdown to poweroff, change confirmation from default in ↵John Southworth
the affirmative to defualt in the negative. (cherry picked from commit 54c32901389933b1830404f173b338f885add043)
2011-10-27Fix ipv6 matching in ping and tracerouteJohn Southworth
(cherry picked from commit c34a0b81b02cb875fcb0822454a9a5eca630a5a6)
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