summaryrefslogtreecommitdiff
path: root/templates/show
AgeCommit message (Collapse)Author
2009-01-29Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jennerStephen Hemminger
2009-01-29New show system cpuStephen Hemminger
Brief summary of cpuinfo for tech-support etc.
2009-01-13Move tcp and udp commands under system/connectionsJustin Fletcher
2008-12-11Add option to show counters for multiple interfaces.Stig Thormodsrud
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-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
2008-09-16Add operational mode template for ethtool statisticsStephen Hemminger
Display hardware specific statistics
2008-09-07add code for op-mode Dynamic DNS commandsMohit Mehta
2008-09-10Add operational mode commands for RAID.Bob Gilligan
2008-08-09dns-forwarding op-mode commands:Mohit Mehta
'clear dns forwarding cache' 'show dns forwarding statistics'
2008-07-30Fix IPv6 help string.Stig Thormodsrud
2008-07-29Add some ipv6 op mode commands.Stig Thormodsrud
2008-07-26Add missing "show reboot".Stig Thormodsrud
2008-07-07Turn on paging of tail when showing count linesStephen Hemminger
Bugfix 3017
2008-07-07Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-op into hollywoodStephen Hemminger
2008-07-07Show files completionStephen Hemminger
Show files allows any pathname as argument therefore just give a generic completion message Bugfix: 3302
2008-06-23Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI add op-mode command for tsharking tunnel interfaces
2008-06-22Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI added operational mode traffic capture for bridge, ethernet vifs and loopback interfaces Also, added code to validate the the user input for interface to be tsharked
2008-06-10add completions for show filesStephen Hemminger
Fix bug: 3302
2008-06-09Fix 3328: operator can't issue "show vrrp"Stig Thormodsrud
2008-05-31Fix 88: Feature Request: Reboot Command (add confirmation)Stig Thormodsrud
2008-05-21Fix 3155: setting the third vrrp member with the highest priority doesn't ↵Stig Thormodsrud
change (update) the backup
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/show/bridge/node.tag/macs/node.def
2008-04-14"show bridge brX" doesn't work. Use full path to brctl.Stig Thormodsrud
2008-04-08Fix Bug 3069 Help strings should be standardizedMohit Mehta
- arp clear and show help strings standardized
2008-04-04Fix Bug 3069 Help strings should be standardizedMohit Mehta
- vyatta-op help strings standardized according to latest guideline
2008-04-03Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI - 'show interfaces ethernet <> capture' captures traffic at specified interface - 'show interfaces ethernet <> capture port <>' captures traffic at specified interface port - 'show interfaces ethernet <> capture not port <>' captures traffic at specified interface excluding specified port
2008-04-01Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op
2008-03-21use less prompt to display the "show" contentTom Grennan
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-03-17Fix Bug 802 VRRP - add "show vrrp summary" command (TC 3.2.5.7.2)Mohit Mehta
- "show vrrp summary" command added
2008-03-10Fix Bug 2863 "show bridge" prompts for sudo passwordMohit Mehta
- "show bridge" works in operator mode without asking for sudo password