summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2009-03-12Add show shutdownStephen Hemminger
Bug 4217 Add show shutdown, try and determine time.
2009-03-08Remove [y] from promptStephen Hemminger
Make shutdown appear like reboot.
2009-03-02Use getInterfaces in vyatta-show-interfaces.plStephen Hemminger
Avoid problems with bonding_masters file in /sys/class/net
2009-02-26Add default option to yesno for shutdownStephen Hemminger
Make it work like reboot
2009-02-18Invalid action should cause usage messageStephen Hemminger
Don't expect this script used directly, but make it more useful.
2009-02-18Fix problems with new show-interfaces.plStephen Hemminger
Needed to call 'new Vyatta::Interface' Add usage message, and fix to use less specific and more generic code.
2009-02-17Use common Vyatta:: libraryStephen 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-17Enable strict in cpu summaryStephen Hemminger
2009-02-17Prompt before immediate shutdownStephen Hemminger
Add yesno helper script and prompt before shutdown
2009-01-30Fix CPU summaryStephen Hemminger
Handle case of UP and virtualized CPU better. Fix path to script.
2009-01-29Change name of cpu summary script and rearrangeStephen Hemminger
Final answer.
2009-01-06Fix 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-11Add option to show counters for multiple interfaces.Stig Thormodsrud
2008-12-01Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jennerStephen Hemminger
Conflicts: scripts/vyatta-show-interfaces.pl
2008-12-01"show interfaces" broken. Use new perl hierarchy.Stig Thormodsrud
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-11-20Decode bonding modesStephen Hemminger
Bugfix 3945 Decode bonding mode names (match configuration values).
2008-11-19make changes for submodule moved to VyattaMiscMohit Mehta
2008-11-11add 'ppp interface-name' to output of 'show dns forwarding nameserver'Mohit Mehta
for nameservers received from peer when ppp interface comes up
2008-11-10add wirelessmodem to interface hash to pick up description from CLIMohit Mehta
2008-11-10Sort interfaces in bonding operational mode commandsStephen Hemminger
For consistency with show interfaces, sort output by device name
2008-11-10Show correct statistics on slavesStephen Hemminger
Statistics for slave devices were not being read properly.
2008-10-24Fix references to ethtoolStephen 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-09Revert insecure method of displaying configurationStephen Hemminger
The change: Fix Bug 3763 Configuration is not available to operator in "show tech-support" introduces unnecessary insecure functionality.
2008-10-07Fix Bug 3763 Configuration is not available to operator in "show tech-support"Mohit Mehta
2008-10-06make sure file has been written to before extractingMohit Mehta
stuff for 'show dns forwarding statistics' command
2008-10-05Recognize aufsRick Balocca
2008-09-18Fix Bug 3716 - Dynamic DNS status may incorrectly indicate lack of configurationMohit Mehta
- check if interface has an IP right now, if not reflect that in output
2008-09-18remove debug codeStephen Hemminger
2008-09-17Fix script for bond with no slavesStephen Hemminger
2008-09-17Show all interfacesStephen Hemminger
Rework perl code to show all interfaces in system. Bugfix 3563
2008-09-16Add preliminary operational mode support for bondingStephen Hemminger
Basic infrastructure for show status of bonding interfaces
2008-09-15change op-mode command 'clear dns forwarding statistics' to 'clear dns ↵Mohit Mehta
forwarding all'
2008-09-07add code for op-mode Dynamic DNS commandsMohit Mehta
2008-08-31change command 'clear dns forwarding process' to 'clear dns forwarding ↵Mohit Mehta
statistics'
2008-08-30add command 'clear dns forwarding process' to restart dnsmasq and clear all ↵Mohit Mehta
statistics
2008-08-12better wording for output of 'show dns forwarding nameservers'Mohit Mehta
2008-08-26Fix "show interfaces ethernet" after "clear interfaces counters"Stig Thormodsrud
command.
2008-08-10use active config directory base to get config values from op-modeMohit Mehta
2008-08-10code for op-mode command: 'show dns forwarding nameservers'Mohit Mehta
2008-08-09dns-forwarding op-mode commands:Mohit Mehta
'clear dns forwarding cache' 'show dns forwarding statistics'
2008-07-18Merge branch 'hollywood' into islavistaRick Balocca
2008-07-16Merge branch 'hollywood' into islavistarbalocca
2008-07-16add openvpn interfaces to "show interfaces"An-Cheng Huang
2008-06-27better detection of whether domain-name set using CLI is overridingMohit Mehta
domain-search received from dhcp client. used in 'show dhcp client leases'
2008-06-26=> display text saying the domain-name received from dhcp-serverMohit Mehta
is overridden by domain-name set in our CLI in op-mode command 'show dhcp client leases'
2008-06-22Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI added operational mode traffic capture for bridge, ethernet vifs and loopback interfaces Also, added code to validate the the user input for interface to be tsharked
2008-06-23Output was sometimes missing important white spacerbalocca
2008-06-10Do chomp in accessor routine for sysfsStephen Hemminger
Code is cleaner if the newline and cruft are stripped by get_sysfs_value.
2008-06-09Merge branch 'hollywood' of http://git.vyatta.com/vyatta-op into hollywoodStig Thormodsrud