summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-13make 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-100.18.69debian/0.18.69Stig Thormodsrud
2010-12-10Export vrrp_get_primary().Stig Thormodsrud
2010-12-100.18.68debian/0.18.68An-Cheng Huang
2010-12-10fix for bug 6026An-Cheng Huang
* for unionfs cstore implementation, enforce file size limit on both read and write and raise limit to 256 KB.
2010-12-100.18.67debian/0.18.67Stig Thormodsrud
2010-12-10Return configured address in vrrp_get_config().Stig Thormodsrud
2010-12-100.18.66debian/0.18.66Stig Thormodsrud
2010-12-10Export inSession to the perl api.Stig Thormodsrud
2010-12-080.18.65debian/0.18.65An-Cheng Huang
2010-12-08output session assert message to userAn-Cheng Huang
2010-12-080.18.64debian/0.18.64Stig Thormodsrud
2010-12-08Fix display of source address in "show vrrp".Stig Thormodsrud
2010-12-080.18.63debian/0.18.63Michael Larson
2010-12-08need to check if process terminated normally before checking return code status.Michael Larson
2010-12-080.18.62debian/0.18.62Stephen Hemminger
2010-12-08Fix typo in export of is_local_addressStephen Hemminger
2010-12-070.18.61debian/0.18.61Michael Larson
2010-12-07Allow _errloc_ to be place on any line in output, not restricted to first line.Michael Larson
2010-12-070.18.60debian/0.18.60Stig Thormodsrud
2010-12-07Fix return value for address not configure on system.Stig Thormodsrud
2010-12-07Add a method to check whether an IPv4 address is a primary address to ↵Daniil Baturin
Vyatta::Misc
2010-12-060.18.59debian/0.18.59An-Cheng Huang
2010-12-06fix for bug 6494An-Cheng Huang
* fix alternating completion/help for empty command line.
2010-12-060.18.58debian/0.18.58Stephen Hemminger
2010-12-06Merge branch 'mendocino' of vm:rel/vyatta-cfg into mendocinoStephen Hemminger
2010-12-060.18.57debian/0.18.57Michael Larson
2010-12-06Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocinoMichael Larson
2010-12-06remove env check to inhibit errloc from API.Michael Larson
2010-12-06Add some file common file routinesStephen Hemminger
Perl versions of commonly used backquote escapes.
2010-12-06Fix typo in exportStephen Hemminger
2010-12-060.18.56debian/0.18.56Stephen Hemminger
2010-12-06Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-12-06Add is_local_address to Misc.pmStephen Hemminger
Commonly needed routine to check if IP address is local.
2010-12-060.18.55debian/0.18.55Michael Larson
2010-12-06handle case for non-commit client with latest error location changes.Michael Larson
2010-12-030.18.54debian/0.18.54An-Cheng Huang
2010-12-03change 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-030.18.53debian/0.18.53Stig Thormodsrud
2010-12-03Pipe "compare" output through pager.Stig Thormodsrud
2010-12-020.18.52debian/0.18.52Michael Larson
2010-12-02update 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-020.18.51debian/0.18.51An-Cheng Huang
2010-12-02change "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-02remove 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-020.18.50debian/0.18.50An-Cheng Huang
2010-12-02implement 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-01clean up merge argument processingAn-Cheng Huang
2010-12-010.18.49debian/0.18.49Mohit Mehta
2010-12-01move general code for returning a hash of ipaddrs=>interface from Webproxy.pmMohit Mehta