summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2011-05-27Bugfix 7101: Should have been the 6th argument not the 5thfor the log fileJohn Southworth
2011-05-13Move the clone system template to vyatta-op so that the node.defs are ↵John Southworth
available in the communtiy version. Note this still excludes clone system image from being in community
2011-05-06Bugfix 7059 These commands weren't specified in the bug but they needed the ↵John Southworth
same check
2011-05-06Merge branch 'napa' of git.vyatta.com:/git/vyatta-op into napaJohn Southworth
2011-05-06Bugfix: 7059 Make it such that show file prints a proper error when run as ↵John Southworth
an operator user.
2011-05-05suppress shutdown confirmation query if invoked by rest API.Michael Larson
2011-05-03Add http as a url mode users can copy fromJohn Southworth
2011-05-03Change behavior of image tools as per discussion in design meetingJohn Southworth
* Copy and delete are simplier * 'update config' has been moved to 'clone system config'
2011-04-28rename 'files' to 'file' in templates for image-toolsJohn Southworth
2011-04-25Add options when copying a directory to another directoryJohn Southworth
2011-04-23Initial addition of image op mode toolsJohn Southworth
2011-04-05Adding top level "reset".Deepti Kulkarni
2011-03-31Split Ipv4/Ipv6 multicast groupsStephen Hemminger
Now: show ip groups show ipv6 groups
2011-03-30Add new command to show IP multicast groupsStephen Hemminger
2011-03-13Add command to show domain nameStephen Hemminger
New op command to show system domain name: show host domain coresponds to existing 'show host name'
2011-03-01Add simplified 'show hardware cpu'Stephen Hemminger
Full information is now in 'show hardware cpu detail'
2010-12-07Add show system memory cacheStephen Hemminger
This provides information requested in Bug 515
2010-12-07Add more options to show system processesStephen Hemminger
Bug 1615
2010-12-07Add show system memory detailStephen Hemminger
Bug 5704
2010-11-21Allow admin users to disconnect PPP links.Bob Gilligan
We need a sudo for admin users to be able to kill the "pon" processes that monitor individual "pppd" processes.
2010-11-22Fix 6353: ENH: Rename "show configuration cmds"Stig Thormodsrud
2010-11-18Use lesspipe to display gzip filesStephen Hemminger
Bug 3719 Eval of lesspipe sets environment variables so that less can display gzip'd files
2010-11-10match pre-mendocino "show configuration"An-Cheng Huang
2010-11-09Add commands to show if-mib mappings for interfaceStephen Hemminger
This adds operational mode commands to display what SNMP service shows but it is not done through SNMP. New: show snmp mib ifmib show snmp mib ifmib ifIndex show snmp mib ifmib ifIndex eth1 show snmp mib ifmib ifAlias show snmp mib ifmib ifAlias eth2 show snmp mib ifmib ifDescr show snmp mib ifmib ifDescr eth1
2010-11-09Enhance show snmp commandStephen Hemminger
Resolve usability issues with 'show snmp' by adding some more control 1. show snmp -- find usable community for loopback 2. show snmp community <name> -- check connectivity 3. show snmp community <name> host <addr> -- check remote connectivity
2010-11-08Fix path to ethtoolStephen Hemminger
In Squeeze, ethtool moved from /usr/sbin to /sbin
2010-08-26switch "show configuration" to use new config output implementation.An-Cheng Huang
2010-08-18Adding 'generate tech-support archive'commandDeepti Kulkarni
(cherry picked from commit 7d4d9c74b8105a27cc54f55ddb98ea90112e13c6)
2010-07-20part of fix for BZ 5839 - move clear process cmds under restartMohit Mehta
2010-07-09Remove duplicate templatesStephen Hemminger
Revert "Add clear interfaces wireless" This reverts commit ef9c82021daf8168f31592268bf382b4df7c7d9f. "clear interfaces wireless" is already in vyatta-wireless package!
2010-07-09Add clear interfaces wirelessStephen Hemminger
Bug 5417 Clone ethernet operational command for clear/interfaces for wireless
2010-07-08Display supplemental groupsStephen Hemminger
Show all groups in new 'show login groups'
2010-07-06Add show login commandsStephen Hemminger
Bug 5554 Add CLI interface to user state commands (who, id, etc)
2010-06-24Blocked user operator from using show tech-support.Deepti Kulkarni
Added new show commands.
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