summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-11-09Prevent problems on upgrade for files moved from vyatta-serial to this packageMohit Mehta
2009-11-090.13.25debian/0.13.25An-Cheng Huang
2009-11-09move generic interface op commands to vyatta-opAn-Cheng Huang
2009-11-040.13.24debian/0.13.24An-Cheng Huang
2009-11-03add op commands for installed imagesAn-Cheng Huang
2009-11-02add install-image op commandsAn-Cheng Huang
2009-10-20add .merge-branch-excludeAn-Cheng Huang
2009-09-140.13.23debian/0.13.23Stephen Hemminger
2009-09-14Decolorize show system login usersStephen Hemminger
Add last login info (multicolumn output), and get rid of color
2009-09-110.13.22debian/0.13.22Stephen Hemminger
2009-09-11Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwoodStephen Hemminger
2009-09-11Add show system login usersStephen Hemminger
Bug 4828 Add script to show logins and compare vyatta config to current system. Show only, does not change status.
2009-09-030.13.21debian/0.13.21slioch
2009-09-03now supports quoted values for op mode commandsslioch
2009-08-13remove unwanted allowed tagStephen Hemminger
2009-08-120.13.20debian/0.13.20Stephen Hemminger
2009-08-12Remove bogus statistics templateStephen Hemminger
Leftover sub-tree from update to show bonding Bug 4732
2009-08-12Add missing template for 'show interfaces bonding bondX'Stephen Hemminger
This was missing from alignment with ethernet in previous commits.
2009-08-12Remove pseudo-ethernet vif templatesStephen Hemminger
Vif's aren't supported (yet) on pseudo-ethernets. Bug 4668
2009-08-12Make bonding operational mode consistent with ethernetStephen 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-12Cleanup show bonding scriptStephen Hemminger
Use existing Vyatta::Misc module to find interfaces
2009-08-12Fix error message from show bondingStephen Hemminger
Bug 4628 If bond device has no slaves, then get_sysfs_value will return undefined, instead of empty string.
2009-08-12Fix handling of invalid bonding nameStephen Hemminger
Bug 4514
2009-08-12Add operator to show disk formatStephen Hemminger
Need sudo before sfdisk Bug 4142
2009-08-12Remove show tech-support bug related to interfacesStephen Hemminger
Show more in show-tech support.
2009-08-12Add ethtool output to show tech-supportStephen Hemminger
More useful debugging information for network device issues.
2009-08-12Ignore ntp.conf server optionsStephen Hemminger
Bug 3472 Use awk to only show server not options
2009-08-12Fix completion for VIFStephen Hemminger
Use COMP_WORDS to find real device name
2009-08-12Add 'show interfaces pseudo-ethernet'Stephen Hemminger
Bug 4479 Add operational commands for pseudo-ethernet devices
2009-07-06Change vyatta-op dependency from ssmtp to mail-transport-agent.Stig Thormodsrud
2009-05-290.13.19debian/0.13.19An-Cheng Huang
2009-05-280.13.18debian/0.13.18Stephen Hemminger
2009-05-28Make tech-support show more PCI infoStephen Hemminger
Need more info to know exact model of hardware causing problems.