summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-05-150.13.259debian/0.13.259John Southworth
2012-05-15Remove vrrp scripts from MakefileJohn Southworth
2012-05-15Move VRRP to its own packageJohn Southworth
2012-05-150.13.258debian/0.13.258John Southworth
2012-05-15Add Vyatta wrappers for new keepalived outputJohn Southworth
1. Move show and clear vrrp scripts from vyatta-cfg-system. These belong in vyatta-op. 2. Create templates for new vrrp commands 3. Make show commands go through a perl module so they can be referenced from the webgui.
2012-05-090.13.257debian/0.13.257John Southworth
2012-05-09Moved get_terminal_width to Vyatta::MiscJohn Southworth
2012-05-080.13.256debian/0.13.256John Southworth
2012-05-08Use native perl code to figure othe the terminal widthJohn Southworth
2012-05-080.13.255debian/0.13.255John Southworth
2012-05-08Use terminal width for interface description wrappingJohn Southworth
2012-04-160.13.254debian/0.13.254Deepti Kulkarni
2012-04-16bug 7985: fix regex for rename system image commandDeepti Kulkarni
2012-04-120.13.253debian/0.13.253Deepti Kulkarni
2012-04-12bug fix for 5792 - Fix the op-mode system image commands for live-cdDeepti Kulkarni
2012-04-110.13.252debian/0.13.252John Southworth
2012-04-11Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-op into pacificaJohn Southworth
2012-04-11Bugfix 8013: Fix space at end of line in command conversionJohn Southworth
2012-04-100.13.251debian/0.13.251Stephen Hemminger
2012-04-10Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-op into pacificaStephen Hemminger
2012-04-100.13.250debian/0.13.250Deepti Kulkarni
2012-04-10fix to use the correct perl functionDeepti Kulkarni
2012-04-09Use Interface.pm to find interface stateStephen Hemminger
Bug 8006 Use standard module to check for interface state.
2012-04-04Better perl style in boot imageStephen Hemminger
1. Fix perl critic warnings 2. Use perl native mv/cp functions to allow for better error handling 3. Put error messages on standard error, not standard out.
2012-03-220.13.249debian/0.13.249John Southworth
2012-03-22Remove unneeded debugging information from ping scriptJohn Southworth
2012-03-22Make ping feel like all the other system commandsJohn Southworth
2012-03-150.13.248debian/0.13.248John Southworth
2012-03-14Add ping templates for completionJohn Southworth
2012-03-14Initial commit for new ping completionJohn Southworth
2012-03-14better fix for bug 7896John Southworth
2012-03-130.13.247debian/0.13.247John Southworth