summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-260.13.60debian/0.13.60Bob Gilligan
2010-04-26Bugfix 5549: Use proper prompt string when deleting image.Bob Gilligan
2010-04-150.13.59debian/0.13.59Stephen Hemminger
2010-04-15Add Input Functional Block device supportStephen Hemminger
2010-03-290.13.58debian/0.13.58Stephen Hemminger
2010-03-29Use new interface_description functionStephen Hemminger
Show interfaces doesn't have to be in configure mode.
2010-03-190.13.57debian/0.13.57Stephen Hemminger
2010-03-19Remove old vtysh aliasStephen Hemminger
No longer need/want vtysh to be an alias in operational mode.
2010-03-160.13.56debian/0.13.56Stig Thormodsrud
2010-03-16Add "reboot now" to prevent confirmation prompt.Stig Thormodsrud
2010-03-150.13.55debian/0.13.55Stephen Hemminger
2010-03-13Add clear interfaces pseudo-ethernetStephen Hemminger
2010-03-13Add clear interfaces bondingStephen Hemminger
2010-03-12Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-op into larkspurStephen Hemminger
2010-03-12Don't give error if /var/run/vyatta doesn't exist yetStephen Hemminger
clear counters might be run when /var/run/vyatta hasn't been created yet. Also cleanup some identation and declarations
2010-03-080.13.54debian/0.13.54Stephen Hemminger
2010-03-08Depends on recent version of quaggaStephen Hemminger
Post vyatta- name removal
2010-03-080.13.53debian/0.13.53Stephen Hemminger
2010-03-08Change vyatta-vtysh to vtyshStephen Hemminger
2010-03-040.13.52debian/0.13.52Bob Gilligan
2010-03-04Bugfix 5394: Move colon characters to their proper locations.Bob Gilligan
2010-03-030.13.51debian/0.13.51Bob Gilligan
2010-03-03Bugfix 5404: Handle RAID resynchronization on image-installed systems.Bob Gilligan
2010-02-170.13.50debian/0.13.50An-Cheng Huang
2010-02-030.13.49debian/0.13.49Mohit Mehta
2010-02-03clear expect table as wellMohit Mehta
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-020.13.48debian/0.13.48Bob Gilligan
2010-02-02Bugfix 2539: Validate input when user specifies image name.Bob Gilligan
2010-02-020.13.47debian/0.13.47Stephen Hemminger
2010-02-02Fix allowed strings for hostname/ipaddressStephen Hemminger
Need to use echo -n
2010-02-02Ignore subst vars fileStephen Hemminger
2010-02-02Fix completion stringStephen Hemminger
2010-02-02Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwoodStephen Hemminger
2010-01-280.13.46debian/0.13.46Stephen Hemminger
2010-01-28Expand all possible interfaces with leases for renewStephen Hemminger
Also mark all scripts as executable.
2010-01-250.13.45debian/0.13.45Bob Gilligan
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-250.13.44debian/0.13.44Bob Gilligan
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-210.13.43debian/0.13.43Stephen Hemminger
2010-01-21Remove system accountingStephen Hemminger
It needs a more complete design, and better formatting. So just drop for now.
2010-01-210.13.42debian/0.13.42Stephen Hemminger
2010-01-21Add accounting per userStephen Hemminger
Simple extension to 'show system accounting' to select by user
2010-01-110.13.41debian/0.13.41Bob Gilligan
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-080.13.40debian/0.13.40Bob Gilligan
2010-01-08Change operational mode commands to match those in design document.Bob Gilligan
2010-01-060.13.39debian/0.13.39Bob Gilligan