summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2008-04-01Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op
2008-03-26Fix Bug 2871 Internal errors reported with tracerouteMohit Mehta
- used the host command to check if the host exists, if yes only then traceroute to it
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-12Move init-floppy to /opt/vyatta/sbinStephen Hemminger
This command won't work for operator (same as install-system).
2008-03-12Fix this a different way.Stephen Hemminger
Revert "remove init-floppy" This reverts commit 79199f70a8268c832555d2b440ceff1fd613469e.
2008-03-12remove init-floppyStephen Hemminger
The script is not secure and prompts for sudo password. Bugfix: 2985
2008-03-10Fix Bug 2863 "show bridge" prompts for sudo passwordMohit Mehta
- "show bridge" works in operator mode without asking for sudo password
2008-03-10Fix Bug 2707 Missing from GlendaleMohit Mehta
- show files <directory> functionality added
2008-03-10Add show license commandStephen Hemminger
To ensure that end users are clear about the license, add a 'show license' command that shows the GPLv2 license. This also covers the GPL requirements for section 2c.
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed
2008-03-03don't use sudo-users for ip commandsStephen Hemminger
Use explicit path when running ip commands to flush cache etc, since now this is allowed for operator by /etc/sudoers.
2008-03-03Add quotes around user inputStig Thormodsrud
2008-02-29Follow log file through log rotationJustin Fletcher
2008-02-29partial fix for bug 2771: change default for root and add command forAn-Cheng Huang
setting key behavior.
2008-02-29revert sudo removal for "identify" command since the kernel changeAn-Cheng Huang
allowing this has been reverted.
2008-02-28show commands don't need sudoAn-Cheng Huang
2008-02-28use sysfs rather dmidecode to look at hardware informationStephen Hemminger
Bugfix: 2896 dmidecode requires sudo access, but using /sys/class/dmi/id/* does not.
2008-02-28no need for sudo to read log messagesStephen Hemminger
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo.
2008-02-28add quoting for inline scripts in templatesAn-Cheng Huang
2008-02-27Revert "* fix for bug 2771: bind space to completion for vbash users."An-Cheng Huang
This reverts commit a1fc2f044f2e08b78931821068d08e2ea384ff10.
2008-02-27* fix for bug 2771: bind space to completion for vbash users.An-Cheng Huang
* add op commands to change the key behaviors.
2008-02-26Add quotes to user entered parametersStig Thormodsrud
2008-02-26Fix operator permissions for "clear interface counters" and "clear dhcp ↵Stig Thormodsrud
client process"
2008-02-26Fix operator permissions for "clear arp" and "clear ip route cache".Stig Thormodsrud
2008-02-26bridge status commands don't need sudoStephen Hemminger
Commands like "brctl show" don't need sudo.
2008-02-26add command to show end of log fileStephen Hemminger
Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=728 New commands: show log tail == tail -f /var/log/messages show log tail N == tail -n N /var/log/messages
2008-02-25Revert "running brctl doesn't need root privledges"Stephen Hemminger
This reverts commit 9c1009f00a9f4be7a55cf315c7daddd7260fa035.
2008-02-25Revert "no need for sudo when using ethtool"Stephen Hemminger
This reverts commit 3a58fd77b5bb8aaadd7219e756bbc4ae800d1022.
2008-02-25no need for sudo when using ethtoolStephen Hemminger
No longer need sudo when doing ethtool commands to get status.
2008-02-25running brctl doesn't need root privledgesStephen Hemminger
Don't need sudo for running info commands.
2008-02-20Bugfix: 2712Bob Gilligan
Introduce new top-level commands "ping" and "traceroute" for network troubleshooting.
2008-02-19Add "clear dhcp client process".Stig Thormodsrud
2008-02-13fix for bug 2587: add "identify" command under "show interfaces ethernet".An-Cheng Huang
2008-02-08- Fix bug 776: need "clear interface" command to clear countersStig Thormodsrud
- Fix bug 1095: Enhancement Request: "Show interface brief" command - Change default to "brief" if multiple interfaces can be shown - Add "detail" for nodes defaulting to brief - Add "brief" for nodes defaulting to detail - Fix vif completions that wasn't working - Remove ethtool can on vlans since it doesn't work
2008-02-06Added "clear console" command to clear screen.Mark O'Brien
templates/clear/console/node.def
2008-02-04Fix 2710: Missing hardware commandsStig Thormodsrud
2008-02-01Add 'clear arp <address|interface>' bug 2702Stig Thormodsrud
2008-02-01Change 'show dhcp client' to 'show dhcp client leases'Stig Thormodsrud
2008-01-31- Add "show ip route forward"Stig Thormodsrud
- Add "show ip route cache" - Add "clear ip route cache"
2008-01-24fix 'show vrrp interface <>'Stig Thormodsrud
2008-01-24add 'show dhcp client leases'Stig Thormodsrud
2008-01-16Add uptime to 'show version' and add 'show system uptime'Stig Thormodsrud
2008-01-16Removed extraneous "Mark O'Brien
2008-01-16Removed extraneous \".Mark O'Brien
2007-12-31Make "show interfaces" work with tunnel interfaces.Stig Thormodsrud
2007-12-18Fix new vrrp show command.ZStig Thormodsrud
2007-12-16Add ethernet bridging show commands.Stig Thormodsrud
2007-12-13Add "show user", "show arp", and "show host".Stig Thormodsrud