Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | Put delayed shutdown in background to allow for other commands. | Stephen Hemminger | |
2009-02-17 | Prompt before immediate shutdown | Stephen Hemminger | |
Add yesno helper script and prompt before shutdown | |||
2009-02-12 | Add shutdown command to CLI | Stephen Hemminger | |
Bug 3955 New commands: shutdown shutdown at 03:00 shutdown cancel | |||
2009-02-11 | Use lesspipe to unzip log files | Stephen Hemminger | |
Bug 3921 Use semi-standard LESSOPEN hook to unzip files as needed. | |||
2009-02-11 | Use vyatta-interfaces --show to display allowed types | Stephen Hemminger | |
Simple way to handle interface names for allowed: | |||
2009-02-11 | Add show arp eth0 | Stephen Hemminger | |
Simple extension to allow show arp entries per interface | |||
2009-02-11 | Show arp: don't resolve host names | Stephen Hemminger | |
Bug 4064 | |||
2009-02-11 | Change show log directory to use 'if' | Stephen Hemminger | |
Clearer with if than using && operator | |||
2009-02-10 | Explicitly use the shell builtin "test" command since "test" is now a | Bob Gilligan | |
top-level CLI command. | |||
2009-02-09 | Add heading to 'show users' | Stephen Hemminger | |
2009-02-09 | Fix Bug 4120 Extraneous <value> item at top of Operation tree | Mohit Mehta | |
2009-01-30 | Fix CPU summary | Stephen Hemminger | |
Handle case of UP and virtualized CPU better. Fix path to script. | |||
2009-01-29 | Change name of cpu summary script and rearrange | Stephen Hemminger | |
Final answer. | |||
2009-01-29 | Move 'show system cpu' to 'show hardware cpu summary' | Stephen Hemminger | |
Better more logical location. | |||
2009-01-29 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jenner | Stephen Hemminger | |
2009-01-29 | New show system cpu | Stephen Hemminger | |
Brief summary of cpuinfo for tech-support etc. | |||
2009-01-13 | Move tcp and udp commands under system/connections | Justin Fletcher | |
2008-12-11 | Add option to show counters for multiple interfaces. | Stig Thormodsrud | |
2008-11-17 | add bond interfaces to list of allowed interfaces for dhcp release/renew | Mohit Mehta | |
2008-11-06 | Merge branch 'islavista' into jenner | rbalocca | |
2008-11-05 | Rename "show arp6" to "show ipv6 neighbors". | Stig Thormodsrud | |
Rename "clear arp6" to "clear ipv6 neighbors". | |||
2008-11-05 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-10-30 | need sudo before ethtool -S | Stephen Hemminger | |
Bugfix 3832 | |||
2008-10-30 | Save/restore command history in configure | Stephen Hemminger | |
Need to save/restore command history when going into configure mode. | |||
2008-10-30 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-10-30 | Need full path to ss command | Stephen Hemminger | |
Since command is not in normal users path, need to add full path to ss command. | |||
2008-10-29 | Bugfix: 3841: Allow admin level users to run the RAID op mode commands. | Bob Gilligan | |
2008-10-29 | fix 'show history N' | Stephen Hemminger | |
Missing parameter | |||
2008-10-24 | Merge branch 'islavista' into jenner | Stephen Hemminger | |
2008-10-24 | Fix references to ethtool | Stephen 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-24 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-10-24 | Better format of output | Stephen Hemminger | |
Add timestamp and brief options. | |||
2008-10-24 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavista | Stephen Hemminger | |
2008-10-23 | Merge branch 'islavista' of /home/shemminger/vyatta/islavista/vyatta-op into ↵ | Stephen Hemminger | |
jenner | |||
2008-10-23 | Show command history | Stephen Hemminger | |
Bugfix 250 Add ability to show command history | |||
2008-10-23 | Add commands to display open sockets | Stephen Hemminger | |
Workalikes for IOS 'show tcp brief' | |||
2008-10-17 | move show system usb to vyatta-op | Robert Bays | |
2008-10-14 | Bugfix: 3744 | Bob 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-09-16 | Add preliminary operational mode support for bonding | Stephen Hemminger | |
Basic infrastructure for show status of bonding interfaces | |||
2008-09-16 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-op into islavista | Stephen Hemminger | |
2008-09-16 | Add operational mode template for ethtool statistics | Stephen Hemminger | |
Display hardware specific statistics | |||
2008-09-15 | change op-mode command 'clear dns forwarding statistics' to 'clear dns ↵ | Mohit Mehta | |
forwarding all' | |||
2008-09-07 | add code for op-mode Dynamic DNS commands | Mohit Mehta | |
2008-09-10 | Add operational mode commands for RAID. | Bob Gilligan | |
2008-08-31 | change command 'clear dns forwarding process' to 'clear dns forwarding ↵ | Mohit Mehta | |
statistics' | |||
2008-08-30 | allowed values for dhcp release/renew should show bridges as well if ↵ | Mohit Mehta | |
configured to use dhcp | |||
2008-08-30 | add command 'clear dns forwarding process' to restart dnsmasq and clear all ↵ | Mohit Mehta | |
statistics | |||
2008-08-09 | dns-forwarding op-mode commands: | Mohit Mehta | |
'clear dns forwarding cache' 'show dns forwarding statistics' | |||
2008-08-09 | add 'clear dns forwarding cache' command | Mohit Mehta | |
2008-07-30 | Fix IPv6 help string. | Stig Thormodsrud | |