Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | 0.13.268debian/0.13.268 | James Davidson | |
2012-09-05 | Fix use of lesspipe | James Davidson | |
Fixes bug 3921 | |||
2012-08-30 | 0.13.267debian/0.13.267 | John Southworth | |
2012-08-30 | command wrapper doesn't need a login shell | John Southworth | |
2012-08-28 | 0.13.266debian/0.13.266 | James Davidson | |
2012-08-28 | Move display of entitlement info to the top of tech-support output | James Davidson | |
Also, only attempt to display entitlement info if it is present. Fixes bug 8260 | |||
2012-08-21 | 0.13.265debian/0.13.265 | James Davidson | |
2012-08-16 | Fix handling of single quote character (') when parsing command | James 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-09 | 0.13.264debian/0.13.264 | Saurabh Mohan | |
2012-08-09 | Bugfix 8217: VTI: add clear and monitor interfaces commands. | Saurabh Mohan | |
Add support for interface vti for operational commands clear and monitor. | |||
2012-08-01 | 0.13.263debian/0.13.263 | James Davidson | |
2012-08-01 | Fix NAT regex to also find MASQ logs. | James Davidson | |
Fixes BZ8001. | |||
2012-07-09 | 0.13.262debian/0.13.262 | James Davidson | |
2012-07-06 | Fix NAT regex and correct log file sort order. | James Davidson | |
Fixes BZ8001. | |||
2012-06-04 | 0.13.261debian/0.13.261 | Saurabh Mohan | |
2012-06-04 | Ignore the default vti interface. | Saurabh Mohan | |
2012-05-16 | 0.13.260debian/0.13.260 | Saurabh Mohan | |
2012-05-16 | VTI show support. | Saurabh Mohan | |
2012-05-15 | 0.13.259debian/0.13.259 | John Southworth | |
2012-05-15 | Remove vrrp scripts from Makefile | John Southworth | |
2012-05-15 | Move VRRP to its own package | John Southworth | |
2012-05-15 | 0.13.258debian/0.13.258 | John Southworth | |
2012-05-15 | Add Vyatta wrappers for new keepalived output | John 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-09 | 0.13.257debian/0.13.257 | John Southworth | |
2012-05-09 | Moved get_terminal_width to Vyatta::Misc | John Southworth | |
2012-05-08 | 0.13.256debian/0.13.256 | John Southworth | |
2012-05-08 | Use native perl code to figure othe the terminal width | John Southworth | |
2012-05-08 | 0.13.255debian/0.13.255 | John Southworth | |
2012-05-08 | Use terminal width for interface description wrapping | John Southworth | |
2012-04-16 | 0.13.254debian/0.13.254 | Deepti Kulkarni | |
2012-04-16 | bug 7985: fix regex for rename system image command | Deepti Kulkarni | |
2012-04-12 | 0.13.253debian/0.13.253 | Deepti Kulkarni | |
2012-04-12 | bug fix for 5792 - Fix the op-mode system image commands for live-cd | Deepti Kulkarni | |
2012-04-11 | 0.13.252debian/0.13.252 | John Southworth | |
2012-04-11 | Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-op into pacifica | John Southworth | |
2012-04-11 | Bugfix 8013: Fix space at end of line in command conversion | John Southworth | |
2012-04-10 | 0.13.251debian/0.13.251 | Stephen Hemminger | |
2012-04-10 | Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-op into pacifica | Stephen Hemminger | |
2012-04-10 | 0.13.250debian/0.13.250 | Deepti Kulkarni | |
2012-04-10 | fix to use the correct perl function | Deepti Kulkarni | |
2012-04-09 | Use Interface.pm to find interface state | Stephen Hemminger | |
Bug 8006 Use standard module to check for interface state. | |||
2012-04-04 | Better perl style in boot image | Stephen 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-22 | 0.13.249debian/0.13.249 | John Southworth | |
2012-03-22 | Remove unneeded debugging information from ping script | John Southworth | |
2012-03-22 | Make ping feel like all the other system commands | John Southworth | |
2012-03-15 | 0.13.248debian/0.13.248 | John Southworth | |
2012-03-14 | Add ping templates for completion | John Southworth | |
2012-03-14 | Initial commit for new ping completion | John Southworth | |
2012-03-14 | better fix for bug 7896 | John Southworth | |
2012-03-13 | 0.13.247debian/0.13.247 | John Southworth | |