Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-11-09 | Enhance show snmp command | Stephen 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-09 | Fix lookup of community string | Stephen Hemminger | |
Community may have optional client restriction | |||
2010-11-08 | Fix path to ethtool | Stephen Hemminger | |
In Squeeze, ethtool moved from /usr/sbin to /sbin | |||
2010-11-05 | Fixed yesno error messages when run with no "-y" argument and with empty prompt. | Daniil Baturin | |
2010-09-10 | Fix message spelling | Stephen Hemminger | |
Bug 5996 | |||
2010-08-18 | change tech-support to use shell API directly | An-Cheng Huang | |
2010-08-18 | Added /home to the archive. | Deepti Kulkarni | |
(cherry picked from commit 5c2de25ac67ff3d675b9b64cff817fff13de8486) | |||
2010-08-18 | Adding 'generate tech-support archive'command | Deepti Kulkarni | |
(cherry picked from commit 7d4d9c74b8105a27cc54f55ddb98ea90112e13c6) | |||
2010-07-30 | new API changes | An-Cheng Huang | |
2010-07-09 | hide conntrack messages | Mohit Mehta | |
2010-07-08 | Display supplemental groups | Stephen Hemminger | |
Show all groups in new 'show login groups' | |||
2010-07-06 | Add show login commands | Stephen Hemminger | |
Bug 5554 Add CLI interface to user state commands (who, id, etc) | |||
2010-06-16 | Changes to read policy and vrrp configuration for show tech-support. | Deepti Kulkarni | |
2010-06-12 | Fix 5497: display entire interface description in the operational command output | Stig Thormodsrud | |
of 'show interfaces' | |||
2010-06-04 | Show tech-support Larkspur enhancements. | Deepti Kulkarni | |
2010-05-26 | Move DHCPv6 client op-mode commands to this package. | Bob Gilligan | |
2010-05-04 | Don'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-30 | Add "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-30 | Added 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-26 | Bugfix 5549: Use proper prompt string when deleting image. | Bob Gilligan | |
2010-03-29 | Use new interface_description function | Stephen Hemminger | |
Show interfaces doesn't have to be in configure mode. | |||
2010-03-16 | Add "reboot now" to prevent confirmation prompt. | Stig Thormodsrud | |
2010-03-12 | Don't give error if /var/run/vyatta doesn't exist yet | Stephen Hemminger | |
clear counters might be run when /var/run/vyatta hasn't been created yet. Also cleanup some identation and declarations | |||
2010-03-04 | Bugfix 5394: Move colon characters to their proper locations. | Bob Gilligan | |
2010-02-03 | clear expect table as well | Mohit Mehta | |
2010-02-03 | Fix bug 4115 'clear nat translations' does not clear nat translations | Mohit Mehta | |
* added command 'clear connection-tracking' to flush all conntrack entries | |||
2010-02-02 | Bugfix 2539: Validate input when user specifies image name. | Bob Gilligan | |
2010-01-28 | Expand all possible interfaces with leases for renew | Stephen Hemminger | |
Also mark all scripts as executable. | |||
2010-01-25 | Bugfix 5238: Prevent the running image from being deleted | Bob Gilligan | |
In order to prevent the running image from being deleted, we now get the image name of the running system from the kernel boot path given by /proc/cmdline. Since the menu of names of images to delete comes from the grub config file, this is guranteed to exactly match the grub entry that was used to boot. Also fix the help text for "delete system image" command. | |||
2010-01-11 | Add image name completion for two system image commands. | Bob Gilligan | |
The two commands are: "set system image default-boot" and "delete system image". | |||
2010-01-06 | Handle various conditions and cleanup. | Bob Gilligan | |
Added code to handle deletion of the default boot image. This now succeeds so long as the default boot image is not the running image. The running image still can not be deleted. Correctly handle case where image being deleted resides before the default boot image in the grub config file. Previously this would either switch the default boot image to the one after it, or leave the default pointing to a non-existant entry. Added the Vyatta license. Re-organized and added comments to make the code easier to maintain. | |||
2010-01-06 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwood | Stephen Hemminger | |
2010-01-06 | Simple SNMP operational command | Stephen Hemminger | |
show snmp Wrapper around snmpstatus, simple way to check if server is up | |||
2010-01-06 | Show interfaces no longer uses Vyatta::Config | Stephen Hemminger | |
No need to have use statement. | |||
2010-01-05 | Allow deletion of disk-based non-image installation. | Bob Gilligan | |
2010-01-04 | Don't allow operator to run show system login users | Stephen Hemminger | |
Bug 5147 This is a generic way of solving the sudo problem (for now). | |||
2010-01-04 | Indicate when system was booted via image. | Bob Gilligan | |
2009-12-23 | Fix typo in show dhcp client lease script | Stephen Hemminger | |
It is resolve_domain not resolve_doman, my bad | |||
2009-12-23 | Fix deletion of image from disk-based image. | Bob Gilligan | |
2009-12-23 | Allow displaying and switching to disk-based installations. | Bob Gilligan | |