summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-01-06Handle 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-060.13.38debian/0.13.38Stephen Hemminger
2010-01-06Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwoodStephen Hemminger
2010-01-06Simple SNMP operational commandStephen Hemminger
show snmp Wrapper around snmpstatus, simple way to check if server is up
2010-01-06Show interfaces no longer uses Vyatta::ConfigStephen Hemminger
No need to have use statement.
2010-01-050.13.37debian/0.13.37Bob Gilligan
2010-01-05Allow deletion of disk-based non-image installation.Bob Gilligan
2010-01-040.13.36debian/0.13.36Stephen Hemminger
2010-01-04Don't allow operator to run show system login usersStephen Hemminger
Bug 5147 This is a generic way of solving the sudo problem (for now).
2010-01-040.13.35debian/0.13.35Bob Gilligan
2010-01-04Indicate when system was booted via image.Bob Gilligan
2009-12-250.13.34debian/0.13.34Stephen Hemminger
2009-12-23Fix typo in show dhcp client lease scriptStephen Hemminger
It is resolve_domain not resolve_doman, my bad
2009-12-230.13.33debian/0.13.33Bob Gilligan
2009-12-23Add help text for install-image URL mode.Bob Gilligan
2009-12-230.13.32debian/0.13.32Bob Gilligan
2009-12-23Fix deletion of image from disk-based image.Bob Gilligan
2009-12-230.13.31debian/0.13.31Bob Gilligan
2009-12-23Allow displaying and switching to disk-based installations.Bob Gilligan
2009-12-220.13.30debian/0.13.30Stephen Hemminger
2009-12-22Rearrange code for clarityStephen Hemminger
Put variable assignment closer to usage. Run through perltidy for indent.
2009-12-22Use perl to read resolv.confStephen Hemminger
Don't need to use grep to parse resolv.conf, perl is simpler and more powerful.
2009-12-22Get rid of dead code.Stephen Hemminger
2009-12-22Use perl to scan directoryStephen Hemminger
Better to use perl opendir/readdir to get list of files, rather than parsing output of ls.
2009-12-18Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwoodStephen Hemminger
2009-12-180.13.29debian/0.13.29Stephen Hemminger
2009-12-18Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwoodStephen Hemminger
2009-12-18Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-op into kenwoodStephen Hemminger
2009-12-18Add display of accounting informationStephen Hemminger
Bug 4929 New command: show system accounting show system accounting <user>
2009-12-160.13.28debian/0.13.28Stephen Hemminger
2009-12-16Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-op into kenwoodStephen Hemminger
2009-12-16Use new cleaner command argumentsStephen Hemminger
This makes templates easier to read.
2009-11-110.13.27debian/0.13.27An-Cheng Huang
2009-11-09add op command for image removalAn-Cheng Huang
2009-11-090.13.26debian/0.13.26Mohit Mehta