summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-05-25Add "show configuration files".Conny Brunnkvist
2009-03-19Fix shutdown at to return to promptStephen Hemminger
Bug 4240
2009-03-12Use nohup to avoid extra messagesStephen Hemminger
Don't want to expose fact shutdown is a background job
2009-03-12Fix formatting of outputStephen Hemminger
Add needed space.
2009-03-12Add show shutdownStephen Hemminger
Bug 4217 Add show shutdown, try and determine time.
2009-03-11Cleanup show disk formatStephen Hemminger
Use awk more effectivedly in finding disk names Check for block device.
2009-03-11Cleanup show disk formatStephen Hemminger
Allow non-root to use 'show disk format' Check for block device. Use awk more effectivedly in finding disk names
2009-03-11Fix typo in shutdown cancelStephen Hemminger
Bug 4216
2009-03-08Fix 4183: no auto completion for 'clear vrrp interfaces <> group ?'.Stig Thormodsrud
Need to find a better way to pass vars than $COMP_WORDS{}.
2009-03-05Fix broken path in 'show arp <intf>'.Stig Thormodsrud
2009-03-02Use show-interface to allow clear on all interface typesStephen Hemminger
Should be able to clear ND and ARP on bonding, bridge, ethernet, serial, ... Fixed by just using standard script
2009-02-27Fix expansion of bonding VIFStephen Hemminger
Use new --vif flag
2009-02-26Add default option to yesno for shutdownStephen Hemminger
Make it work like reboot
2009-02-26Use new --vif option to find allowed interfacesStephen Hemminger
2009-02-17Put delayed shutdown in background to allow for other commands.Stephen Hemminger
2009-02-17Prompt before immediate shutdownStephen Hemminger
Add yesno helper script and prompt before shutdown
2009-02-12Add shutdown command to CLIStephen Hemminger
Bug 3955 New commands: shutdown shutdown at 03:00 shutdown cancel
2009-02-11Use lesspipe to unzip log filesStephen Hemminger
Bug 3921 Use semi-standard LESSOPEN hook to unzip files as needed.
2009-02-11Use vyatta-interfaces --show to display allowed typesStephen Hemminger
Simple way to handle interface names for allowed:
2009-02-11Add show arp eth0Stephen Hemminger
Simple extension to allow show arp entries per interface
2009-02-11Show arp: don't resolve host namesStephen Hemminger
Bug 4064
2009-02-11Change show log directory to use 'if'Stephen Hemminger
Clearer with if than using && operator
2009-02-10Explicitly use the shell builtin "test" command since "test" is now aBob Gilligan
top-level CLI command.
2009-02-09Add heading to 'show users'Stephen Hemminger
2009-02-09Fix Bug 4120 Extraneous <value> item at top of Operation treeMohit Mehta
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-29Move 'show system cpu' to 'show hardware cpu summary'Stephen Hemminger
Better more logical location.
2009-01-29Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jennerStephen Hemminger
2009-01-29New show system cpuStephen Hemminger
Brief summary of cpuinfo for tech-support etc.
2009-01-13Move tcp and udp commands under system/connectionsJustin Fletcher
2008-12-11Add option to show counters for multiple interfaces.Stig Thormodsrud
2008-11-17add bond interfaces to list of allowed interfaces for dhcp release/renewMohit Mehta
2008-11-06Merge branch 'islavista' into jennerrbalocca
2008-11-05Rename "show arp6" to "show ipv6 neighbors".Stig Thormodsrud
Rename "clear arp6" to "clear ipv6 neighbors".
2008-11-05Merge branch 'islavista' into jennerRick Balocca
2008-10-30need sudo before ethtool -SStephen Hemminger
Bugfix 3832
2008-10-30Save/restore command history in configureStephen Hemminger
Need to save/restore command history when going into configure mode.
2008-10-30Merge branch 'islavista' into jennerRick Balocca
2008-10-30Need full path to ss commandStephen Hemminger
Since command is not in normal users path, need to add full path to ss command.
2008-10-29Bugfix: 3841: Allow admin level users to run the RAID op mode commands.Bob Gilligan
2008-10-29fix 'show history N'Stephen Hemminger
Missing parameter
2008-10-24Merge branch 'islavista' into jennerStephen Hemminger
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-24Merge branch 'islavista' into jennerRick Balocca
2008-10-24Better format of outputStephen Hemminger
Add timestamp and brief options.
2008-10-24Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavistaStephen Hemminger
2008-10-23Merge branch 'islavista' of /home/shemminger/vyatta/islavista/vyatta-op into ↵Stephen Hemminger
jenner
2008-10-23Show command historyStephen Hemminger
Bugfix 250 Add ability to show command history
2008-10-23Add commands to display open socketsStephen Hemminger
Workalikes for IOS 'show tcp brief'