summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07-10fix for bug 3451: add messages outputAn-Cheng Huang
2008-07-09Merge branch 'hollywood' of git:/git/vyatta-op into hollywoodMark O'Brien
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-283.1.1vyatta/3.1.1debian/0.11Mark O'Brien
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-07-01fix for bug 3414: make op mode functions available in config mode.An-Cheng Huang
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-23Output was sometimes missing important white spacerbalocca
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-173.1.0vyatta/3.1.0debian/0.10Mark O'Brien
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-10add completions for show filesStephen Hemminger
Fix bug: 3302
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-09Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-op into hollywoodStephen Hemminger
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-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
2008-05-26Fix 2705: Add "clear vrrp process" command.Stig Thormodsrud
2008-05-21Fix 3155: setting the third vrrp member with the highest priority doesn't ↵Stig Thormodsrud
change (update) the backup
2008-05-20Ignore derived filesrbalocca
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-07Convert to our method of changelog creationrbalocca
2008-05-07Merge branch 'glendale' into hollywoodrbalocca
2008-05-063.0.5debian/0.9glendaleMark O'Brien
2008-05-053.0.4debian/0.8Mark O'Brien
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-293.0.3debian/0.7Mark O'Brien
2008-04-28Bugfix: 2858Bob Gilligan
Add "last -ix" to "show techsupport" output.
2008-04-21Merge branch 'glendale' into hollywoodrbalocca
2008-04-21Indicate the VC4.0.2 release candidate in the changelogrbalocca
2008-04-19VC4.0.2debian/0.6Mark O'Brien
2008-04-16VC4.0.2debian/0.5Mark O'Brien
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/show/bridge/node.tag/macs/node.def
2008-04-14Enable display of info about ADSL interfaces.Bob Gilligan
2008-04-14"show bridge brX" doesn't work. Use full path to brctl.Stig Thormodsrud
2008-04-11Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op