summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-070.13.282masterStephen Hemminger
2013-06-07Merge branch 'master' of fiji.vyatta.com:/git/vyatta-opStephen Hemminger
2013-06-07Remove unused hidden templatesStephen Hemminger
2013-05-240.13.281debian/0.13.281James Davidson
2013-05-24Update DHCP server commands used in "show tech-support"James Davidson
Bug 8502 (cherry picked from commit 0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1)
2013-05-080.13.280debian/0.13.280Stephen Hemminger
2013-05-08Need iputils-ping packageStephen Hemminger
Bug 8882 Use correct ping (not busybox) by adding dependency
2013-04-010.13.279debian/0.13.279John Southworth
2013-04-01Merge branch 'master' of git.vyatta.com:/git/vyatta-opJohn Southworth
2013-04-01Bugfix 8830: Fix empty substitution in list searchJohn Southworth
2013-03-280.13.278debian/0.13.278James Davidson
2013-03-28Sync up SNMPv3 supportJames Davidson
SNMP-100 Implement high-level vyatta CLI SNMP-135 change 'show snmp', add 'show snmp v3 certificates' SNMP-142 'sh snmp v3 cert' error/warning messages SNMP-143 show CLI implementation SNMP-152 Hide 'No such file or directory' error message SNMP-143 show CLI implementation SNMP-154 user friendly error message on 'show snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change output of 'sh snmp v3 trap-target' (cherry picked from commit 3e5ac8cc1d3bed7fe392ba052f9f037f16441f6f)
2013-03-040.13.277debian/0.13.277Stephen Hemminger
2013-02-21Remove install system templateStephen Hemminger
Command is deprecated and can be removed.
2013-02-21Remove format operational mode commandsStephen Hemminger
Bug 8311 Get rid of floppy configuration support
2012-10-190.13.276debian/0.13.276James Davidson
2012-10-19Support detection of overlayfsJames Davidson
2012-10-120.13.275debian/0.13.275John Southworth
2012-10-12new branchJohn Southworth
2012-10-080.13.274debian/0.13.274John Southworth
2012-10-08Bugfix 8421: fix show interfaces vrrp detail node to use new syntaxJohn Southworth
2012-10-020.13.273debian/0.13.273James Davidson
2012-10-02Fix use of LESSCLOSEJames Davidson
Fixes bug 3921
2012-09-170.13.272debian/0.13.272Stephen Hemminger
2012-09-17Fix handling of unknown interface typesStephen Hemminger
Bug 8361 Instead of hard coding skip list, just use Vyatta::Interface as defined.
2012-09-170.13.271debian/0.13.271John Southworth
2012-09-17Bugfix 8300: show proper output for 'show interfaces vrrp'; also fixes bug 8317John Southworth
2012-09-170.13.270debian/0.13.270Deepti Kulkarni
2012-09-14bug fix for 8274 - fix deprecated commands in show tech support.Deepti Kulkarni
2012-09-120.13.269debian/0.13.269John Southworth
2012-09-12Bugfix 8310: remove 'show log content-inspection'John Southworth
2012-09-12Make opmode completions show the list on blank completion like config mode ↵John Southworth
now does
2012-09-050.13.268debian/0.13.268James Davidson
2012-09-05Fix use of lesspipeJames Davidson
Fixes bug 3921
2012-08-300.13.267debian/0.13.267John Southworth
2012-08-30command wrapper doesn't need a login shellJohn Southworth
2012-08-280.13.266debian/0.13.266James Davidson
2012-08-28Move display of entitlement info to the top of tech-support outputJames Davidson
Also, only attempt to display entitlement info if it is present. Fixes bug 8260
2012-08-210.13.265debian/0.13.265James Davidson
2012-08-16Fix handling of single quote character (') when parsing commandJames Davidson
The previous parsing logic worked on word boundries but did not handle multiple single quote characters in the same word. This lead to the misinterpretation of whether subsequent words being parsed were quoted or not. The new parsing code breaks the command line up into substrings at single quote boundries so the relative location of sigle quote characters is irrelevant. Fixes bug 8210
2012-08-090.13.264debian/0.13.264Saurabh Mohan
2012-08-09Bugfix 8217: VTI: add clear and monitor interfaces commands.Saurabh Mohan
Add support for interface vti for operational commands clear and monitor.
2012-08-010.13.263debian/0.13.263James Davidson
2012-08-01Fix NAT regex to also find MASQ logs.James Davidson
Fixes BZ8001.
2012-07-090.13.262debian/0.13.262James Davidson
2012-07-06Fix NAT regex and correct log file sort order.James Davidson
Fixes BZ8001.
2012-06-040.13.261debian/0.13.261Saurabh Mohan
2012-06-04Ignore the default vti interface.Saurabh Mohan
2012-05-160.13.260debian/0.13.260Saurabh Mohan
2012-05-16VTI show support.Saurabh Mohan