Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | add op command for image removal | An-Cheng Huang | |
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-09-11 | Add show system login users | Stephen Hemminger | |
Bug 4828 Add script to show logins and compare vyatta config to current system. Show only, does not change status. | |||
2009-08-12 | Cleanup show bonding script | Stephen Hemminger | |
Use existing Vyatta::Misc module to find interfaces | |||
2009-08-12 | Fix error message from show bonding | Stephen Hemminger | |
Bug 4628 If bond device has no slaves, then get_sysfs_value will return undefined, instead of empty string. | |||
2009-08-12 | Fix handling of invalid bonding name | Stephen Hemminger | |
Bug 4514 | |||
2009-03-12 | Add show shutdown | Stephen Hemminger | |
Bug 4217 Add show shutdown, try and determine time. | |||
2009-03-08 | Remove [y] from prompt | Stephen Hemminger | |
Make shutdown appear like reboot. | |||
2009-03-02 | Use getInterfaces in vyatta-show-interfaces.pl | Stephen Hemminger | |
Avoid problems with bonding_masters file in /sys/class/net | |||
2009-02-26 | Add default option to yesno for shutdown | Stephen Hemminger | |
Make it work like reboot | |||
2009-02-18 | Invalid action should cause usage message | Stephen Hemminger | |
Don't expect this script used directly, but make it more useful. | |||
2009-02-18 | Fix problems with new show-interfaces.pl | Stephen Hemminger | |
Needed to call 'new Vyatta::Interface' Add usage message, and fix to use less specific and more generic code. | |||
2009-02-17 | Use common Vyatta:: library | Stephen Hemminger | |
This fixes potential problems when new interface types are added, use common code in Vyatta::Interface and Vyatta::Misc to manage interface types. | |||
2009-02-17 | Enable strict in cpu summary | Stephen Hemminger | |
2009-02-17 | Prompt before immediate shutdown | Stephen Hemminger | |
Add yesno helper script and prompt before shutdown | |||
2009-01-30 | Fix CPU summary | Stephen Hemminger | |
Handle case of UP and virtualized CPU better. Fix path to script. | |||
2009-01-29 | Change name of cpu summary script and rearrange | Stephen Hemminger | |
Final answer. | |||
2009-01-06 | Fix Bug 4022 dynamic dns config fails during system boot if interface does ↵ | Mohit Mehta | |
not exist - add information for non-existent interface to show command | |||
2008-12-11 | Add option to show counters for multiple interfaces. | Stig Thormodsrud | |
2008-12-01 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jenner | Stephen Hemminger | |
Conflicts: scripts/vyatta-show-interfaces.pl | |||
2008-12-01 | "show interfaces" broken. Use new perl hierarchy. | Stig Thormodsrud | |
2008-11-21 | Convert to Vyatta:: | Stephen Hemminger | |
2008-11-20 | Decode bonding modes | Stephen Hemminger | |
Bugfix 3945 Decode bonding mode names (match configuration values). | |||
2008-11-19 | make changes for submodule moved to VyattaMisc | Mohit Mehta | |
2008-11-11 | add 'ppp interface-name' to output of 'show dns forwarding nameserver' | Mohit Mehta | |
for nameservers received from peer when ppp interface comes up | |||
2008-11-10 | add wirelessmodem to interface hash to pick up description from CLI | Mohit Mehta | |
2008-11-10 | Sort interfaces in bonding operational mode commands | Stephen Hemminger | |
For consistency with show interfaces, sort output by device name | |||
2008-11-10 | Show correct statistics on slaves | Stephen Hemminger | |
Statistics for slave devices were not being read properly. | |||
2008-10-24 | Fix references to ethtool | Stephen Hemminger | |
Since ethtool is in /usr/sbin, it is not in the command search path of admin user, so a fully qualify path. Bugfix 3832 | |||
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-10-06 | make sure file has been written to before extracting | Mohit Mehta | |
stuff for 'show dns forwarding statistics' command | |||
2008-10-05 | Recognize aufs | Rick Balocca | |
2008-09-18 | Fix Bug 3716 - Dynamic DNS status may incorrectly indicate lack of configuration | Mohit Mehta | |
- check if interface has an IP right now, if not reflect that in output | |||
2008-09-18 | remove debug code | Stephen Hemminger | |
2008-09-17 | Fix script for bond with no slaves | Stephen Hemminger | |
2008-09-17 | Show all interfaces | Stephen Hemminger | |
Rework perl code to show all interfaces in system. Bugfix 3563 | |||
2008-09-16 | Add preliminary operational mode support for bonding | Stephen Hemminger | |
Basic infrastructure for show status of bonding interfaces | |||
2008-09-15 | change op-mode command 'clear dns forwarding statistics' to 'clear dns ↵ | Mohit Mehta | |
forwarding all' | |||
2008-09-07 | add code for op-mode Dynamic DNS commands | Mohit Mehta | |
2008-08-31 | change command 'clear dns forwarding process' to 'clear dns forwarding ↵ | Mohit Mehta | |
statistics' | |||
2008-08-30 | add command 'clear dns forwarding process' to restart dnsmasq and clear all ↵ | Mohit Mehta | |
statistics | |||
2008-08-12 | better wording for output of 'show dns forwarding nameservers' | Mohit Mehta | |
2008-08-26 | Fix "show interfaces ethernet" after "clear interfaces counters" | Stig Thormodsrud | |
command. | |||
2008-08-10 | use active config directory base to get config values from op-mode | Mohit Mehta | |
2008-08-10 | code for op-mode command: 'show dns forwarding nameservers' | Mohit Mehta | |
2008-08-09 | dns-forwarding op-mode commands: | Mohit Mehta | |
'clear dns forwarding cache' 'show dns forwarding statistics' | |||
2008-07-18 | Merge branch 'hollywood' into islavista | Rick Balocca | |
2008-07-16 | Merge branch 'hollywood' into islavista | rbalocca | |