summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2010-01-11Add image name completion for two system image commands.Bob Gilligan
The two commands are: "set system image default-boot" and "delete system image".
2010-01-08Change operational mode commands to match those in design document.Bob Gilligan
2010-01-06Simple SNMP operational commandStephen Hemminger
show snmp Wrapper around snmpstatus, simple way to check if server is up
2010-01-04Don't allow operator to run show system login usersStephen Hemminger
Bug 5147 This is a generic way of solving the sudo problem (for now).
2009-12-23Add help text for install-image URL mode.Bob Gilligan
2009-12-18Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwoodStephen Hemminger
2009-12-18Add display of accounting informationStephen Hemminger
Bug 4929 New command: show system accounting show system accounting <user>
2009-12-16Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-op into kenwoodStephen Hemminger
2009-12-16Use new cleaner command argumentsStephen Hemminger
This makes templates easier to read.
2009-11-09add op command for image removalAn-Cheng Huang
2009-11-09move generic interface op commands to vyatta-opAn-Cheng Huang
2009-11-03add op commands for installed imagesAn-Cheng Huang
2009-11-02add install-image op commandsAn-Cheng Huang
2009-09-14Decolorize show system login usersStephen Hemminger
Add last login info (multicolumn output), and get rid of color
2009-09-11Add show system login usersStephen Hemminger
Bug 4828 Add script to show logins and compare vyatta config to current system. Show only, does not change status.
2009-08-13remove unwanted allowed tagStephen Hemminger
2009-08-12Remove bogus statistics templateStephen Hemminger
Leftover sub-tree from update to show bonding Bug 4732
2009-08-12Add missing template for 'show interfaces bonding bondX'Stephen Hemminger
This was missing from alignment with ethernet in previous commits.
2009-08-12Remove pseudo-ethernet vif templatesStephen Hemminger
Vif's aren't supported (yet) on pseudo-ethernets. Bug 4668
2009-08-12Make bonding operational mode consistent with ethernetStephen Hemminger
Clone existing ethernet operational mode commands into bonding. Move old 'show interfaces bonding' to 'show interfaces bonding slaves' etc. Bug 4640 and others
2009-08-12Add operator to show disk formatStephen Hemminger
Need sudo before sfdisk Bug 4142
2009-08-12Ignore ntp.conf server optionsStephen Hemminger
Bug 3472 Use awk to only show server not options
2009-08-12Fix completion for VIFStephen Hemminger
Use COMP_WORDS to find real device name
2009-08-12Add 'show interfaces pseudo-ethernet'Stephen Hemminger
Bug 4479 Add operational commands for pseudo-ethernet devices
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.