Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-23 | Initial addition of image op mode tools | John Southworth | |
2011-04-05 | 0.13.105debian/0.13.105 | Deepti Kulkarni | |
2011-04-05 | Adding top level "reset". | Deepti Kulkarni | |
2011-03-31 | 0.13.104debian/0.13.104 | Stephen Hemminger | |
2011-03-31 | Split Ipv4/Ipv6 multicast groups | Stephen Hemminger | |
Now: show ip groups show ipv6 groups | |||
2011-03-30 | Add new command to show IP multicast groups | Stephen Hemminger | |
2011-03-13 | Add command to show domain name | Stephen Hemminger | |
New op command to show system domain name: show host domain coresponds to existing 'show host name' | |||
2011-03-01 | 0.13.103debian/0.13.103 | Stephen Hemminger | |
2011-03-01 | Use lscpu in show tech support | Stephen Hemminger | |
lscpu gives more concise and readable output | |||
2011-03-01 | Add simplified 'show hardware cpu' | Stephen Hemminger | |
Full information is now in 'show hardware cpu detail' | |||
2011-01-20 | correctly handle renamed file | An-Cheng Huang | |
(cherry picked from commit 9fb4fcd4c4509772cd36bb9f547b544ec3b91cda) | |||
2011-01-20 | don't use conffiles (not the vyatta way) | An-Cheng Huang | |
(cherry picked from commit 6a0dfdb405bb0f2103b0a290ec377b5a831372de) | |||
2011-01-17 | 0.13.102debian/0.13.102 | Michael Larson | |
2011-01-17 | fix for bug 6476. | Michael Larson | |
2010-12-28 | 0.13.101debian/0.13.101 | An-Cheng Huang | |
2010-12-28 | new branch | An-Cheng Huang | |
2010-12-21 | 0.13.100debian/0.13.100 | An-Cheng Huang | |
2010-12-14 | provide default filename completion | An-Cheng Huang | |
2010-12-07 | 0.13.99debian/0.13.99 | Stephen Hemminger | |
2010-12-07 | Add show system memory cache | Stephen Hemminger | |
This provides information requested in Bug 515 | |||
2010-12-07 | Add more options to show system processes | Stephen Hemminger | |
Bug 1615 | |||
2010-12-07 | Add show system memory detail | Stephen Hemminger | |
Bug 5704 | |||
2010-12-01 | 0.13.98debian/0.13.98 | Stephen Hemminger | |
2010-12-01 | Add default command completion | Stephen Hemminger | |
This fixes the case of $se<TAB> | |||
2010-11-30 | 0.13.97debian/0.13.97 | Stephen Hemminger | |
2010-11-30 | Use new bash completion for empty command | Stephen Hemminger | |
Bug 6401 Use the new bash 4.1 completion for empty top level command | |||
2010-11-24 | 0.13.96debian/0.13.96 | Stephen Hemminger | |
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-21 | 0.13.95debian/0.13.95 | Bob Gilligan | |
2010-11-21 | Bugfix 6101: Add syslog record when a system image is re-named. | Bob Gilligan | |
2010-11-21 | 0.13.94debian/0.13.94 | Bob Gilligan | |
2010-11-21 | Allow admin users to disconnect PPP links. | Bob Gilligan | |
We need a sudo for admin users to be able to kill the "pon" processes that monitor individual "pppd" processes. | |||
2010-11-21 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-op into mendocino | Bob Gilligan | |
2010-11-22 | 0.13.93debian/0.13.93 | Stig Thormodsrud | |
2010-11-22 | Fix 6353: ENH: Rename "show configuration cmds" | Stig Thormodsrud | |
2010-11-21 | Bugfix 6101: Add logging for system image change and delete. | Bob Gilligan | |
2010-11-18 | Use lesspipe to display gzip files | Stephen Hemminger | |
Bug 3719 Eval of lesspipe sets environment variables so that less can display gzip'd files | |||
2010-11-16 | 0.13.92debian/0.13.92 | Deepti Kulkarni | |
2010-11-16 | bug fix for 6192 - enhancement to add "iptables-save" to "show | Deepti Kulkarni | |
tech-support" command. | |||
2010-11-12 | remove deprecated linda override | Stephen Hemminger | |
2010-11-10 | 0.13.91debian/0.13.91 | An-Cheng Huang | |
2010-11-10 | match pre-mendocino "show configuration" | An-Cheng Huang | |
2010-11-10 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-op into mendocino | Stephen Hemminger | |
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 | 0.13.90debian/0.13.90 | Stephen Hemminger | |
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 | 0.13.89debian/0.13.89 | Stephen Hemminger | |
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 |