summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2010-06-11Block operator user from running "show configuration *"Stig Thormodsrud
2010-05-30Allow admin user to run "show system image storage" command.Bob Gilligan
2010-06-04Show tech-support Larkspur enhancements.Deepti Kulkarni
2010-05-28Merge branch 'larkspur' of http://git.vyatta.com/vyatta-op into larkspurStig Thormodsrud
2010-05-28Add cli for vyatta-config-gen-sets.plStig Thormodsrud
2010-05-26Move DHCPv6 client op-mode commands to this package.Bob Gilligan
2010-04-30Add "show system image storage" op mode command.Bob Gilligan
As the name indicates, it tells you how much disk space each image occupies.
2010-04-30Added an op-mode command to rename a system image.Bob Gilligan
Also added an op-mode command to display the Vyatta version strings along with the names of the installed images. This is useful if you rename an image from its default name, which is its version string.
2010-04-15Add Input Functional Block device supportStephen Hemminger
2010-03-16Add "reboot now" to prevent confirmation prompt.Stig Thormodsrud
2010-03-13Add clear interfaces pseudo-ethernetStephen Hemminger
2010-03-13Add clear interfaces bondingStephen Hemminger
2010-03-03Bugfix 5404: Handle RAID resynchronization on image-installed systems.Bob Gilligan
2010-02-03Fix bug 4115 'clear nat translations' does not clear nat translationsMohit Mehta
* added command 'clear connection-tracking' to flush all conntrack entries
2010-02-02Fix allowed strings for hostname/ipaddressStephen Hemminger
Need to use echo -n
2010-02-02Fix completion stringStephen Hemminger
2010-02-02Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwoodStephen Hemminger
2010-01-28Expand all possible interfaces with leases for renewStephen Hemminger
Also mark all scripts as executable.
2010-01-25Bugfix 5238: Prevent the running image from being deletedBob Gilligan
In order to prevent the running image from being deleted, we now get the image name of the running system from the kernel boot path given by /proc/cmdline. Since the menu of names of images to delete comes from the grub config file, this is guranteed to exactly match the grub entry that was used to boot. Also fix the help text for "delete system image" command.
2010-01-25Re-factor image installation commands.Bob Gilligan
Separate initialy installing a system in image mode and adding a new image to a previously installed system into two independent commands. The initial system installation command is "install-image" and the command to add a new image is "add system image <image-name>".
2010-01-21Remove system accountingStephen Hemminger
It needs a more complete design, and better formatting. So just drop for now.
2010-01-21Add accounting per userStephen Hemminger
Simple extension to 'show system accounting' to select by user
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.