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-03-16 | Add "reboot now" to prevent confirmation prompt. | Stig Thormodsrud | |
2010-03-13 | Add clear interfaces pseudo-ethernet | Stephen Hemminger | |
2010-03-13 | Add clear interfaces bonding | Stephen Hemminger | |
2010-03-03 | Bugfix 5404: Handle RAID resynchronization on image-installed systems. | Bob Gilligan | |
2010-02-03 | Fix bug 4115 'clear nat translations' does not clear nat translations | Mohit Mehta | |
* added command 'clear connection-tracking' to flush all conntrack entries | |||
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-28 | Expand all possible interfaces with leases for renew | Stephen Hemminger | |
Also mark all scripts as executable. | |||
2010-01-25 | Bugfix 5238: Prevent the running image from being deleted | Bob 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-25 | Re-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-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-11 | Add 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-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-23 | Add help text for install-image URL mode. | Bob Gilligan | |
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-12-16 | Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-op into kenwood | Stephen Hemminger | |
2009-12-16 | Use new cleaner command arguments | Stephen Hemminger | |
This makes templates easier to read. | |||
2009-11-09 | add op command for image removal | An-Cheng Huang | |
2009-11-09 | move generic interface op commands to vyatta-op | An-Cheng Huang | |
2009-11-03 | add op commands for installed images | An-Cheng Huang | |
2009-11-02 | add install-image op commands | 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-19 | Fix shutdown at to return to prompt | Stephen Hemminger | |
Bug 4240 | |||
2009-03-12 | Use nohup to avoid extra messages | Stephen Hemminger | |
Don't want to expose fact shutdown is a background job | |||
2009-03-12 | Fix formatting of output | Stephen Hemminger | |
Add needed space. |