summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-10Show correct statistics on slavesStephen Hemminger
Statistics for slave devices were not being read properly.
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-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-05Recognize aufsRick Balocca
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-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-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-08-31change command 'clear dns forwarding process' to 'clear dns forwarding ↵Mohit Mehta
statistics'
2008-08-30add command 'clear dns forwarding process' to restart dnsmasq and clear all ↵Mohit Mehta
statistics
2008-08-12better wording for output of 'show dns forwarding nameservers'Mohit Mehta
2008-08-26Fix "show interfaces ethernet" after "clear interfaces counters"Stig Thormodsrud
command.
2008-08-10use active config directory base to get config values from op-modeMohit Mehta
2008-08-10code for op-mode command: 'show dns forwarding nameservers'Mohit Mehta
2008-08-09dns-forwarding op-mode commands:Mohit Mehta
'clear dns forwarding cache' 'show dns forwarding statistics'
2008-07-18Merge branch 'hollywood' into islavistaRick Balocca
2008-07-16Merge branch 'hollywood' into islavistarbalocca
2008-07-16add openvpn interfaces to "show interfaces"An-Cheng Huang
2008-06-27better detection of whether domain-name set using CLI is overridingMohit Mehta
domain-search received from dhcp client. used in 'show dhcp client leases'
2008-06-26=> display text saying the domain-name received from dhcp-serverMohit Mehta
is overridden by domain-name set in our CLI in op-mode command 'show dhcp client leases'
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-23Output was sometimes missing important white spacerbalocca
2008-06-10Do chomp in accessor routine for sysfsStephen Hemminger
Code is cleaner if the newline and cruft are stripped by get_sysfs_value.
2008-06-09Merge branch 'hollywood' of http://git.vyatta.com/vyatta-op into hollywoodStig Thormodsrud
2008-06-09Add sanity check if getlogin() fails.Stig Thormodsrud
2008-06-09Fix use of invalid variableStephen Hemminger
Bugfix: 3334 State of carrier is indeterminate (ie always down), when link is down; so reading sysfs returns -EINVAL. Avoid problem by recoding.
2008-05-31Fix 88: Feature Request: Reboot Command (add confirmation)Stig Thormodsrud
2008-05-15Use perl to read sysfs directlyStephen Hemminger
No need to use cat command to read file, just use perl file i/o
2008-05-05Fix 3233: dhcp client doesn't work on bridge interfaceStig Thormodsrud
2008-05-02Bugfix: 3228hollisterBob Gilligan
Support command "show interfaces pppoa <ifname>".
2008-04-14Enable display of info about ADSL interfaces.Bob Gilligan
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-03-29Merge branch 'glendale' into hollywoodrbalocca
2008-03-28Fix 3062: "Show interfaces" displays interfaces in lexicographic, not ↵Stig Thormodsrud
numeric, order
2008-03-24Line up the colons with the copyright notice (in show version)rbalocca
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-03-10Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> enhancement
2008-03-10Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-op into glendaleStephen Hemminger
2008-03-10Update license from VPL 1.0 to GPLv2Stephen Hemminger
Change license boilerplate text from VPL1.0 to GPLv2
2008-03-10Fix 2965: IPv6 Interface information not shown in show interfacesChristopher LILJENSTOLPE
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed
2008-03-03Use hardcoded path to ethtoolStephen Hemminger
For security, use hardcoded path to command.