summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
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-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-15change op-mode command 'clear dns forwarding statistics' to 'clear dns ↵Mohit Mehta
forwarding all'
2008-09-07add code for op-mode Dynamic DNS commandsMohit Mehta
2008-09-10Add operational mode commands for RAID.Bob Gilligan
2008-08-31change command 'clear dns forwarding process' to 'clear dns forwarding ↵Mohit Mehta
statistics'
2008-08-30allowed values for dhcp release/renew should show bridges as well if ↵Mohit Mehta
configured to use dhcp
2008-08-30add command 'clear dns forwarding process' to restart dnsmasq and clear all ↵Mohit Mehta
statistics
2008-08-09dns-forwarding op-mode commands:Mohit Mehta
'clear dns forwarding cache' 'show dns forwarding statistics'
2008-08-09add 'clear dns forwarding cache' commandMohit Mehta
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-26Enable "reload at|cancel".Stig Thormodsrud
2008-07-07Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-op into hollywoodStephen Hemminger
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-24Merge branch 'hollywood' of mohit@git.vyatta.com:/git/vyatta-op into hollywoodMohit Mehta
2008-06-24prevents showing backend error to user on traceroute when name-server not setMohit Mehta
2008-06-23Fix Bug 2871 Internal errors reported with tracerouteMohit Mehta
use host command to resolve only if input is not a valid IP address also, if name server not configured, prompt user and ask to only enter valid IPv4 address
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-22Bug 3385 incomplete command 'run' in configure mode produces backend error ↵Mohit Mehta
to user having an empty node.def file solves this
2008-06-21Fix Bug 3378 user "vyatta" got "permission denied" after executing "renew ↵Mohit Mehta
dhcp ..." and/or "release dhcp ..." call script with sudo
2008-06-21added code for allowed values for op-mode dhcp release/renew lease commandsMohit Mehta
2008-06-20Fix bug 3059 Operator Level commands for DHCP clientMohit Mehta
implemented op-mode commands for DHCP client: 'release dhcp interface <>' 'renew dhcp interface <>'
2008-06-19deleting op-command 'clear dhcp client process' as its handlingMohit Mehta
in the script vyatta-interfaces.pl has been removed. it was used to restart dhcp client daemon but now we're using separate daemons for separate interfaces. this will be replaces by op-commands for: 'dhcp release lease interface <>' and 'dhcp renew lease interface <>'
2008-06-10add completions for show filesStephen Hemminger
Fix bug: 3302
2008-06-09Fix 3328: operator can't issue "show vrrp"Stig Thormodsrud
2008-06-06Fix 787: Add command to force vrrp state transition to backup.Stig Thormodsrud
2008-05-31Fix 88: Feature Request: Reboot Command (add confirmation)Stig Thormodsrud