summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-04-09Merge branch 'glendale' into hollywoodrbalocca
2008-04-08Fix Bug 3069 Help strings should be standardizedMohit Mehta
- arp clear and show help strings standardized
2008-04-043.0.2debian/0.4Mark O'Brien
2008-04-04Fix Bug 3069 Help strings should be standardizedMohit Mehta
- vyatta-op help strings standardized according to latest guideline
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-04-01Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op
2008-03-29Merge branch 'glendale' into hollywoodrbalocca
2008-03-28Fix 3062: "Show interfaces" displays interfaces in lexicographic, not ↵Stig Thormodsrud
numeric, order
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-24Set dependencies on either bash or vyatta-bashrbalocca
2008-03-24Line up the colons with the copyright notice (in show version)rbalocca
2008-03-22Merge branch 'glendale' into hollywoodrbalocca
2008-03-21Fix debian dependenciesrbalocca
2008-03-21record selected vtysh (vyatta-quagga vs quagga) in exported shell variableTom Grennan
available to templates; for example: /opt/vyatta/share/vyatta-op/templates/show/ip/route/node.def help: Show IP routes run: LESSOPEN="|{_vyatta_vtysh} -c \"$*\"" less ${_vyatta_less_options} \ --prompt=".ip routes"\ -- ip-route
2008-03-21donot pipe through VYATTA_PAGER if run_cmd begins with LESSOPEN, less, ↵Tom Grennan
pager, or tail
2008-03-21use less prompt to display the "show" contentTom Grennan
2008-03-21fix typo in bug fix 3017Tom Grennan
2008-03-20this is an architecture independent packageTom Grennan
so, remove the architecture specific configuration tests to speed-up build
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-03-20Merge branch 'glendale' into hollywoodRick Balocca
2008-03-19Merge branch 'glendale' of git:/git/vyatta-op into glendaleMark O'Brien
Conflicts: debian/changelog
2008-03-183.0.1Mark O'Brien
2008-03-18VC4.0.1debian/0.3Mark O'Brien
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-14Better fix for interrupted shell commands problem.Stephen Hemminger
By doing pipeline as: eval "( $cmd ) | $PAGER" this avoids the problem that if top level pipeline is interrupted the shell puts the command into stopped mode. Since job control commands are not available in operational mode, the job would stay stuck.
2008-03-14Need to run commands via evalStephen Hemminger
Revert "don't run commands in subshell" This change fixed the interrupting pipeline problem, but broke the ability to put builtin shell commands in run: tag. This reverts commit f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94.
2008-03-13don't run commands in subshellStephen Hemminger
To fix Bug 2867, don't run commands in sub shell (ie eval) and have pager quit on interrupt.
2008-03-12Fix syntax error in control file + add a missing dependency: "less"rbalocca
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 2707 Missing from GlendaleMohit Mehta
- Delete log file <> enhancement
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-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-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-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed
2008-03-06Bugfix: 2879Bob Gilligan
Add output from /var/log/dmesg to show techsupport command.
2008-03-04Merge branch 'glendale' of git:/git/vyatta-op into glendalerbalocca
2008-03-04Remove postrm from configure.ac, since it was deletedrbalocca
2008-03-03tech-support is a shell scriptStephen Hemminger
Change mode to reflect fact it is executable.
2008-03-03no longer need sudo-users links for commandsStephen Hemminger
Permission to run limited versions of ip, ethtool, and iptables is managed by /etc/sudoers. This allows restricting which options are allowed to be used.
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-03Use hardcoded path to ethtoolStephen Hemminger
For security, use hardcoded path to command.
2008-03-03Merge branch 'glendale' of http://suva.vyatta.com/vyatta-op into glendaleStephen Hemminger