summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-01Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jennerStephen Hemminger
Conflicts: scripts/vyatta-show-interfaces.pl
2008-12-01"show interfaces" broken. Use new perl hierarchy.Stig Thormodsrud
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-11-20Decode bonding modesStephen Hemminger
Bugfix 3945 Decode bonding mode names (match configuration values).
2008-11-19make changes for submodule moved to VyattaMiscMohit Mehta
2008-11-19add support for development buildAn-Cheng Huang
2008-11-17add bond interfaces to list of allowed interfaces for dhcp release/renewMohit Mehta
2008-11-12correct package dependencyAn-Cheng Huang
2008-11-11Merge branch 'islavista' into jennerRick Balocca
2008-11-11add 'ppp interface-name' to output of 'show dns forwarding nameserver'Mohit Mehta
for nameservers received from peer when ppp interface comes up
2008-11-10add wirelessmodem to interface hash to pick up description from CLIMohit Mehta
2008-11-10Sort interfaces in bonding operational mode commandsStephen Hemminger
For consistency with show interfaces, sort output by device name
2008-11-10Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavistaStephen Hemminger
2008-11-10Show correct statistics on slavesStephen Hemminger
Statistics for slave devices were not being read properly.
2008-11-06Merge branch 'islavista' into jennerrbalocca
2008-11-05Rename "show arp6" to "show ipv6 neighbors".Stig Thormodsrud
Rename "clear arp6" to "clear ipv6 neighbors".
2008-11-05Merge branch 'islavista' into jennerRick Balocca
2008-10-30need sudo before ethtool -SStephen Hemminger
Bugfix 3832
2008-10-30Save/restore command history in configureStephen Hemminger
Need to save/restore command history when going into configure mode.
2008-10-30Merge branch 'islavista' into jennerRick Balocca
2008-10-30Need full path to ss commandStephen Hemminger
Since command is not in normal users path, need to add full path to ss command.
2008-10-29Bugfix: 3841: Allow admin level users to run the RAID op mode commands.Bob Gilligan
2008-10-29fix 'show history N'Stephen Hemminger
Missing parameter
2008-10-24Merge branch 'islavista' into jennerStephen Hemminger
2008-10-24Fix references to ethtoolStephen Hemminger
Since ethtool is in /usr/sbin, it is not in the command search path of admin user, so a fully qualify path. Bugfix 3832
2008-10-24Merge branch 'islavista' into jennerRick Balocca
2008-10-24Better format of outputStephen Hemminger
Add timestamp and brief options.
2008-10-24Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavistaStephen Hemminger
2008-10-23Merge branch 'islavista' of /home/shemminger/vyatta/islavista/vyatta-op into ↵Stephen Hemminger
jenner
2008-10-23Show command historyStephen Hemminger
Bugfix 250 Add ability to show command history
2008-10-23Add commands to display open socketsStephen Hemminger
Workalikes for IOS 'show tcp brief'
2008-10-17move show system usb to vyatta-opRobert Bays
2008-10-14Bugfix: 3744Bob Gilligan
New disk added to RAID group will not be made bootable until after the RAID rebuild completes. Warn user not to reboot until that happens.
2008-10-09Revert insecure method of displaying configurationStephen Hemminger
The change: Fix Bug 3763 Configuration is not available to operator in "show tech-support" introduces unnecessary insecure functionality.
2008-10-07Fix Bug 3763 Configuration is not available to operator in "show tech-support"Mohit Mehta
2008-10-06make sure file has been written to before extractingMohit Mehta
stuff for 'show dns forwarding statistics' command
2008-10-05Merge branch 'islavista' of git:/git/vyatta-op into islavistaRick Balocca
2008-10-05Recognize aufsRick Balocca
2008-10-02Fix Bug 3609 "show tech-support" does not display open file information for ↵Mohit Mehta
operator level user - use sudo for lsof to work as an operator
2008-10-01Fix 2881: "show tech-support" should limit the output of "show ip route"Stig Thormodsrud
2008-09-30Bugfix: 3333Bob Gilligan
Ensure that wanpipe stats commands executed by "show tech-support" work when the command is executed by an "operator" level user.
2008-09-30Bugfix: 1725Bob Gilligan
Provide partitioning information for all disk drives in "show tech-support".
2008-09-18Fix Bug 3716 - Dynamic DNS status may incorrectly indicate lack of configurationMohit Mehta
- check if interface has an IP right now, if not reflect that in output
2008-09-25Revert "Fix less prompt."Stig Thormodsrud
This reverts commit 696f46e1dddde607eaab25428bb9174aa9b8ad2b.
2008-09-25Fix less prompt.Stig Thormodsrud
2008-09-18remove debug codeStephen Hemminger
2008-09-17Fix script for bond with no slavesStephen Hemminger
2008-09-17Show all interfacesStephen Hemminger
Rework perl code to show all interfaces in system. Bugfix 3563
2008-09-16Add preliminary operational mode support for bondingStephen Hemminger
Basic infrastructure for show status of bonding interfaces
2008-09-16Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavistaStephen Hemminger