Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-11 | Block operator user from running "show configuration *" | Stig Thormodsrud | |
2010-05-30 | Allow admin user to run "show system image storage" command. | Bob Gilligan | |
2010-06-04 | Show tech-support Larkspur enhancements. | Deepti Kulkarni | |
2010-05-28 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-op into larkspur | Stig Thormodsrud | |
2010-05-28 | Add cli for vyatta-config-gen-sets.pl | Stig Thormodsrud | |
2010-05-26 | Move DHCPv6 client op-mode commands to this package. | Bob Gilligan | |
2010-04-30 | Add "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-30 | Added 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-15 | Add Input Functional Block device support | Stephen Hemminger | |
2010-02-02 | Fix allowed strings for hostname/ipaddress | Stephen Hemminger | |
Need to use echo -n | |||
2010-02-02 | Fix completion string | Stephen Hemminger | |
2010-02-02 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwood | Stephen Hemminger | |
2010-01-21 | Remove system accounting | Stephen Hemminger | |
It needs a more complete design, and better formatting. So just drop for now. | |||
2010-01-21 | Add accounting per user | Stephen Hemminger | |
Simple extension to 'show system accounting' to select by user | |||
2010-01-08 | Change operational mode commands to match those in design document. | Bob Gilligan | |
2010-01-06 | Simple SNMP operational command | Stephen Hemminger | |
show snmp Wrapper around snmpstatus, simple way to check if server is up | |||
2010-01-04 | Don't allow operator to run show system login users | Stephen Hemminger | |
Bug 5147 This is a generic way of solving the sudo problem (for now). | |||
2009-12-18 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwood | Stephen Hemminger | |
2009-12-18 | Add display of accounting information | Stephen Hemminger | |
Bug 4929 New command: show system accounting show system accounting <user> | |||
2009-11-03 | add op commands for installed images | An-Cheng Huang | |
2009-09-14 | Decolorize show system login users | Stephen Hemminger | |
Add last login info (multicolumn output), and get rid of color | |||
2009-09-11 | Add show system login users | Stephen Hemminger | |
Bug 4828 Add script to show logins and compare vyatta config to current system. Show only, does not change status. | |||
2009-08-13 | remove unwanted allowed tag | Stephen Hemminger | |
2009-08-12 | Remove bogus statistics template | Stephen Hemminger | |
Leftover sub-tree from update to show bonding Bug 4732 | |||
2009-08-12 | Add missing template for 'show interfaces bonding bondX' | Stephen Hemminger | |
This was missing from alignment with ethernet in previous commits. | |||
2009-08-12 | Remove pseudo-ethernet vif templates | Stephen Hemminger | |
Vif's aren't supported (yet) on pseudo-ethernets. Bug 4668 | |||
2009-08-12 | Make bonding operational mode consistent with ethernet | Stephen 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-12 | Add operator to show disk format | Stephen Hemminger | |
Need sudo before sfdisk Bug 4142 | |||
2009-08-12 | Ignore ntp.conf server options | Stephen Hemminger | |
Bug 3472 Use awk to only show server not options | |||
2009-08-12 | Fix completion for VIF | Stephen Hemminger | |
Use COMP_WORDS to find real device name | |||
2009-08-12 | Add 'show interfaces pseudo-ethernet' | Stephen Hemminger | |
Bug 4479 Add operational commands for pseudo-ethernet devices | |||
2009-05-25 | Add "show configuration files". | Conny Brunnkvist | |
2009-03-12 | Fix formatting of output | Stephen Hemminger | |
Add needed space. | |||
2009-03-12 | Add show shutdown | Stephen Hemminger | |
Bug 4217 Add show shutdown, try and determine time. | |||
2009-03-11 | Cleanup show disk format | Stephen Hemminger | |
Use awk more effectivedly in finding disk names Check for block device. | |||
2009-03-11 | Cleanup show disk format | Stephen Hemminger | |
Allow non-root to use 'show disk format' Check for block device. Use awk more effectivedly in finding disk names | |||
2009-03-08 | Fix 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-05 | Fix broken path in 'show arp <intf>'. | Stig Thormodsrud | |
2009-02-27 | Fix expansion of bonding VIF | Stephen Hemminger | |
Use new --vif flag | |||
2009-02-26 | Use new --vif option to find allowed interfaces | Stephen Hemminger | |
2009-02-11 | Use lesspipe to unzip log files | Stephen Hemminger | |
Bug 3921 Use semi-standard LESSOPEN hook to unzip files as needed. | |||
2009-02-11 | Use vyatta-interfaces --show to display allowed types | Stephen Hemminger | |
Simple way to handle interface names for allowed: | |||
2009-02-11 | Add show arp eth0 | Stephen Hemminger | |
Simple extension to allow show arp entries per interface | |||
2009-02-11 | Show arp: don't resolve host names | Stephen Hemminger | |
Bug 4064 | |||
2009-02-11 | Change show log directory to use 'if' | Stephen Hemminger | |
Clearer with if than using && operator | |||
2009-02-10 | Explicitly use the shell builtin "test" command since "test" is now a | Bob Gilligan | |
top-level CLI command. | |||
2009-02-09 | Add heading to 'show users' | Stephen Hemminger | |
2009-01-30 | Fix CPU summary | Stephen Hemminger | |
Handle case of UP and virtualized CPU better. Fix path to script. | |||
2009-01-29 | Change name of cpu summary script and rearrange | Stephen Hemminger | |
Final answer. | |||
2009-01-29 | Move 'show system cpu' to 'show hardware cpu summary' | Stephen Hemminger | |
Better more logical location. |