Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-13 | make the library croak when internal error occurs in perl context. | An-Cheng Huang | |
* extend output/assert mechanism and simplify code. * when handling internal error, automatically detect perl context and croak if the library is used from perl. | |||
2010-12-10 | 0.18.69debian/0.18.69 | Stig Thormodsrud | |
2010-12-10 | Export vrrp_get_primary(). | Stig Thormodsrud | |
2010-12-10 | 0.18.68debian/0.18.68 | An-Cheng Huang | |
2010-12-10 | fix for bug 6026 | An-Cheng Huang | |
* for unionfs cstore implementation, enforce file size limit on both read and write and raise limit to 256 KB. | |||
2010-12-10 | 0.18.67debian/0.18.67 | Stig Thormodsrud | |
2010-12-10 | Return configured address in vrrp_get_config(). | Stig Thormodsrud | |
2010-12-10 | 0.18.66debian/0.18.66 | Stig Thormodsrud | |
2010-12-10 | Export inSession to the perl api. | Stig Thormodsrud | |
2010-12-08 | 0.18.65debian/0.18.65 | An-Cheng Huang | |
2010-12-08 | output session assert message to user | An-Cheng Huang | |
2010-12-08 | 0.18.64debian/0.18.64 | Stig Thormodsrud | |
2010-12-08 | Fix display of source address in "show vrrp". | Stig Thormodsrud | |
2010-12-08 | 0.18.63debian/0.18.63 | Michael Larson | |
2010-12-08 | need to check if process terminated normally before checking return code status. | Michael Larson | |
2010-12-08 | 0.18.62debian/0.18.62 | Stephen Hemminger | |
2010-12-08 | Fix typo in export of is_local_address | Stephen Hemminger | |
2010-12-07 | 0.18.61debian/0.18.61 | Michael Larson | |
2010-12-07 | Allow _errloc_ to be place on any line in output, not restricted to first line. | Michael Larson | |
2010-12-07 | 0.18.60debian/0.18.60 | Stig Thormodsrud | |
2010-12-07 | Fix return value for address not configure on system. | Stig Thormodsrud | |
2010-12-07 | Add a method to check whether an IPv4 address is a primary address to ↵ | Daniil Baturin | |
Vyatta::Misc | |||
2010-12-06 | 0.18.59debian/0.18.59 | An-Cheng Huang | |
2010-12-06 | fix for bug 6494 | An-Cheng Huang | |
* fix alternating completion/help for empty command line. | |||
2010-12-06 | 0.18.58debian/0.18.58 | Stephen Hemminger | |
2010-12-06 | Merge branch 'mendocino' of vm:rel/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-12-06 | 0.18.57debian/0.18.57 | Michael Larson | |
2010-12-06 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocino | Michael Larson | |
2010-12-06 | remove env check to inhibit errloc from API. | Michael Larson | |
2010-12-06 | Add some file common file routines | Stephen Hemminger | |
Perl versions of commonly used backquote escapes. | |||
2010-12-06 | Fix typo in export | Stephen Hemminger | |
2010-12-06 | 0.18.56debian/0.18.56 | Stephen Hemminger | |
2010-12-06 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino | Stephen Hemminger | |
2010-12-06 | Add is_local_address to Misc.pm | Stephen Hemminger | |
Commonly needed routine to check if IP address is local. | |||
2010-12-06 | 0.18.55debian/0.18.55 | Michael Larson | |
2010-12-06 | handle case for non-commit client with latest error location changes. | Michael Larson | |
2010-12-03 | 0.18.54debian/0.18.54 | An-Cheng Huang | |
2010-12-03 | change boot-time config loading to use new implementation in backend. | An-Cheng Huang | |
* add new boot-time config loading script that uses shell API to access backend directly, bypassing wrapper. * use new loadFile implementation in the backend to perform the actual "load" operation (without "commit"). this reduces the "pre-commit" load time by ~60%. | |||
2010-12-03 | 0.18.53debian/0.18.53 | Stig Thormodsrud | |
2010-12-03 | Pipe "compare" output through pager. | Stig Thormodsrud | |
2010-12-02 | 0.18.52debian/0.18.52 | Michael Larson | |
2010-12-02 | update to errloc. changed reader so that stderr/stdout is printed as it is ↵ | Michael Larson | |
received. Also added new -x option to commit to force messages to be printed via the old format. | |||
2010-12-02 | 0.18.51debian/0.18.51 | An-Cheng Huang | |
2010-12-02 | change "load" to use new backend loadFile implementation. | An-Cheng Huang | |
* export loadFile through perl API. * "load" operation is now handled by the backend library. | |||
2010-12-02 | remove comment/activate/deactivate from load-config.pl. | An-Cheng Huang | |
* remove broken comment handling from script. "comment" for load is now handled in the library. * remove activate/deactivate handling from script. need to reimplement pending re-design. | |||
2010-12-02 | 0.18.50debian/0.18.50 | An-Cheng Huang | |
2010-12-02 | implement load function in new config input/output infrastructure. | An-Cheng Huang | |
* add "commands diff" functionality to config input/output infrastructure. * consolidate similar logic in "commands diff" and "show diff". * add loadFile functionality to cstore using "commands diff". * export loadFile through shell API. | |||
2010-12-01 | clean up merge argument processing | An-Cheng Huang | |
2010-12-01 | 0.18.49debian/0.18.49 | Mohit Mehta | |
2010-12-01 | move general code for returning a hash of ipaddrs=>interface from Webproxy.pm | Mohit Mehta | |