Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-21 | Add accounting per user | Stephen Hemminger | |
Simple extension to 'show system accounting' to select by user | |||
2010-01-11 | 0.13.41debian/0.13.41 | Bob Gilligan | |
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 | 0.13.40debian/0.13.40 | Bob Gilligan | |
2010-01-08 | Change operational mode commands to match those in design document. | Bob Gilligan | |
2010-01-06 | 0.13.39debian/0.13.39 | Bob Gilligan | |
2010-01-06 | Handle various conditions and cleanup. | Bob Gilligan | |
Added code to handle deletion of the default boot image. This now succeeds so long as the default boot image is not the running image. The running image still can not be deleted. Correctly handle case where image being deleted resides before the default boot image in the grub config file. Previously this would either switch the default boot image to the one after it, or leave the default pointing to a non-existant entry. Added the Vyatta license. Re-organized and added comments to make the code easier to maintain. | |||
2010-01-06 | 0.13.38debian/0.13.38 | Stephen Hemminger | |
2010-01-06 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwood | Stephen Hemminger | |
2010-01-06 | Simple SNMP operational command | Stephen Hemminger | |
show snmp Wrapper around snmpstatus, simple way to check if server is up | |||
2010-01-06 | Show interfaces no longer uses Vyatta::Config | Stephen Hemminger | |
No need to have use statement. |