Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | 0.13.64debian/0.13.64 | Bob Gilligan | |
2010-05-04 | Don't allow the currently running image to be renamed. | Bob Gilligan | |
Allowing the running image to be renamed introduced several issues. It is simpler just to dis-allow it. If the user needs to re-name the running image, they can reboot on another image, re-name the first image, then boot back into it. | |||
2010-04-30 | 0.13.63debian/0.13.63 | Bob Gilligan | |
2010-04-30 | 0.13.62debian/0.13.62 | 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 | 0.13.61debian/0.13.61 | Bob Gilligan | |
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-26 | 0.13.60debian/0.13.60 | Bob Gilligan | |
2010-04-26 | Bugfix 5549: Use proper prompt string when deleting image. | Bob Gilligan | |
2010-04-15 | 0.13.59debian/0.13.59 | Stephen Hemminger | |
2010-04-15 | Add Input Functional Block device support | Stephen Hemminger | |
2010-03-29 | 0.13.58debian/0.13.58 | Stephen Hemminger | |
2010-03-29 | Use new interface_description function | Stephen Hemminger | |
Show interfaces doesn't have to be in configure mode. | |||
2010-03-19 | 0.13.57debian/0.13.57 | Stephen Hemminger | |
2010-03-19 | Remove old vtysh alias | Stephen Hemminger | |
No longer need/want vtysh to be an alias in operational mode. | |||
2010-03-16 | 0.13.56debian/0.13.56 | Stig Thormodsrud | |
2010-03-16 | Add "reboot now" to prevent confirmation prompt. | Stig Thormodsrud | |
2010-03-15 | 0.13.55debian/0.13.55 | Stephen Hemminger | |
2010-03-13 | Add clear interfaces pseudo-ethernet | Stephen Hemminger | |
2010-03-13 | Add clear interfaces bonding | Stephen Hemminger | |
2010-03-12 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-op into larkspur | Stephen Hemminger | |
2010-03-12 | Don't give error if /var/run/vyatta doesn't exist yet | Stephen Hemminger | |
clear counters might be run when /var/run/vyatta hasn't been created yet. Also cleanup some identation and declarations | |||
2010-03-08 | 0.13.54debian/0.13.54 | Stephen Hemminger | |
2010-03-08 | Depends on recent version of quagga | Stephen Hemminger | |
Post vyatta- name removal | |||
2010-03-08 | 0.13.53debian/0.13.53 | Stephen Hemminger | |
2010-03-08 | Change vyatta-vtysh to vtysh | Stephen Hemminger | |
2010-03-04 | 0.13.52debian/0.13.52 | Bob Gilligan | |
2010-03-04 | Bugfix 5394: Move colon characters to their proper locations. | Bob Gilligan | |
2010-03-03 | 0.13.51debian/0.13.51 | Bob Gilligan | |
2010-03-03 | Bugfix 5404: Handle RAID resynchronization on image-installed systems. | Bob Gilligan | |
2010-02-17 | 0.13.50debian/0.13.50 | An-Cheng Huang | |
2010-02-03 | 0.13.49debian/0.13.49 | Mohit Mehta | |
2010-02-03 | clear expect table as well | Mohit Mehta | |
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 | 0.13.48debian/0.13.48 | Bob Gilligan | |
2010-02-02 | Bugfix 2539: Validate input when user specifies image name. | Bob Gilligan | |
2010-02-02 | 0.13.47debian/0.13.47 | Stephen Hemminger | |
2010-02-02 | Fix allowed strings for hostname/ipaddress | Stephen Hemminger | |
Need to use echo -n | |||
2010-02-02 | Ignore subst vars file | Stephen Hemminger | |
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 | 0.13.46debian/0.13.46 | Stephen Hemminger | |
2010-01-28 | Expand all possible interfaces with leases for renew | Stephen Hemminger | |
Also mark all scripts as executable. | |||
2010-01-25 | 0.13.45debian/0.13.45 | Bob Gilligan | |
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 | 0.13.44debian/0.13.44 | Bob Gilligan | |
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 | 0.13.43debian/0.13.43 | 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 | 0.13.42debian/0.13.42 | Stephen Hemminger | |