Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-23 | Initial addition of image op mode tools | John Southworth | |
2011-01-17 | fix for bug 6476. | Michael Larson | |
2010-11-24 | Rename 10vyatta-op to vyatta-op | Stephen Hemminger | |
Bug 6302 Rename vyatta-op completion script so it runs after others to avoid conflict with set alias. Other scripts after 'v' in alphabet do not use set. | |||
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-08-18 | change tech-support to use shell API directly | An-Cheng Huang | |
2010-08-18 | Adding 'generate tech-support archive'command | Deepti Kulkarni | |
(cherry picked from commit 7d4d9c74b8105a27cc54f55ddb98ea90112e13c6) | |||
2010-07-06 | Add show login commands | Stephen Hemminger | |
Bug 5554 Add CLI interface to user state commands (who, id, etc) | |||
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-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-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 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwood | Stephen Hemminger | |
2010-01-28 | Expand all possible interfaces with leases for renew | Stephen Hemminger | |
Also mark all scripts as executable. | |||
2010-01-06 | Simple SNMP operational command | Stephen Hemminger | |
show snmp Wrapper around snmpstatus, simple way to check if server is up | |||
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). | |||
2009-11-03 | add op commands for installed images | An-Cheng Huang | |
2009-09-14 | Decolorize show system login users | Stephen Hemminger | |
Add last login info (multicolumn output), and get rid of color | |||
2009-03-12 | Add show shutdown | Stephen Hemminger | |
Bug 4217 Add show shutdown, try and determine time. | |||
2009-02-17 | Prompt before immediate shutdown | Stephen Hemminger | |
Add yesno helper script and prompt before shutdown | |||
2009-01-29 | Change name of cpu summary script and rearrange | Stephen Hemminger | |
Final answer. | |||
2008-10-09 | Revert insecure method of displaying configuration | Stephen Hemminger | |
The change: Fix Bug 3763 Configuration is not available to operator in "show tech-support" introduces unnecessary insecure functionality. | |||
2008-10-07 | Fix Bug 3763 Configuration is not available to operator in "show tech-support" | Mohit Mehta | |
2008-09-16 | Add preliminary operational mode support for bonding | Stephen Hemminger | |
Basic infrastructure for show status of bonding interfaces | |||
2008-09-07 | add code for op-mode Dynamic DNS commands | Mohit Mehta | |
2008-08-09 | dns-forwarding op-mode commands: | Mohit Mehta | |
'clear dns forwarding cache' 'show dns forwarding statistics' | |||
2008-05-31 | Fix 88: Feature Request: Reboot Command (add confirmation) | Stig Thormodsrud | |
2008-04-03 | Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵ | Mohit Mehta | |
Vyatta CLI - 'show interfaces ethernet <> capture' captures traffic at specified interface - 'show interfaces ethernet <> capture port <>' captures traffic at specified interface port - 'show interfaces ethernet <> capture not port <>' captures traffic at specified interface excluding specified port | |||
2008-03-20 | fix bug 3017 | Tom Grennan | |
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail | |||
2008-03-07 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- Delete log file <> fixed | |||
2008-02-29 | revert sudo removal for "identify" command since the kernel change | An-Cheng Huang | |
allowing this has been reverted. | |||
2008-02-28 | show commands don't need sudo | An-Cheng Huang | |
2008-02-28 | use sysfs rather dmidecode to look at hardware information | Stephen Hemminger | |
Bugfix: 2896 dmidecode requires sudo access, but using /sys/class/dmi/id/* does not. | |||
2008-02-28 | no need for sudo to read log messages | Stephen Hemminger | |
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo. | |||
2008-02-13 | fix for bug 2587: add "identify" command under "show interfaces ethernet". | An-Cheng Huang | |
2008-02-08 | - Fix bug 776: need "clear interface" command to clear counters | Stig Thormodsrud | |
- Fix bug 1095: Enhancement Request: "Show interface brief" command - Change default to "brief" if multiple interfaces can be shown - Add "detail" for nodes defaulting to brief - Add "brief" for nodes defaulting to detail - Fix vif completions that wasn't working - Remove ethtool can on vlans since it doesn't work | |||
2008-01-24 | add 'show dhcp client leases' | Stig Thormodsrud | |
2008-01-04 | The 'render_xml' stuff has been migrated into package 'vyatta-op-xml'. | Marat Nepomnyashy | |
2007-12-18 | Merge branch 'master' into glendale | rbalocca | |
2007-12-14 | Add render_xml to this package. It is used by at least two other | Bob Gilligan | |
packages. | |||
2007-12-11 | implement "pipe" commands as functions | An-Cheng Huang | |
2007-12-10 | add wrappers/symlinks for pipe commands (wrappers are needed for command | An-Cheng Huang | |
matching in restricted modes). | |||
2007-12-10 | fix for bug 2527: add wrappers for boot-messages commands. | An-Cheng Huang | |
2007-12-05 | use symlink instead of wrapper for ethtool | An-Cheng Huang | |
2007-12-04 | * restrict "users" level sudo permissions to the "sudo-users" directory. | An-Cheng Huang | |
* add wrappers for show commands requiring sudo and put them in "sudo-users" directory. | |||
2007-11-30 | fix "show system [boot|kernel]-messages" | Tom Grennan | |
2007-11-30 | add "show log all" that plays nice with logrotate files | Tom Grennan | |
2007-11-28 | add utility function to return allowed hosts/addresses during completion and ↵ | Tom Grennan | |
help | |||
2007-11-27 | add tech-support command | An-Cheng Huang | |
2007-10-31 | rename bash completion script to enforce ordering. | An-Cheng Huang | |