summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-200.18.79debian/0.18.79Michael Larson
2011-01-20added a parameter to the break on priority group option:Michael Larson
-b [priority] break at priority node (debug mode) Allows a commit to proceed up the passed in priority group number and then from there single step through each priority group. Useful in debugging large/complex configuration files.
2011-01-200.18.78debian/0.18.78An-Cheng Huang
2011-01-20add comments for showConfigAn-Cheng Huang
2011-01-20export config output algorithms through shell APIAn-Cheng Huang
2011-01-180.18.77debian/0.18.77An-Cheng Huang
2011-01-18show single context for consecutive nodes at the same level.An-Cheng Huang
2011-01-18have caller handle edit level for context diffAn-Cheng Huang
2011-01-18add comments for context diff codeAn-Cheng Huang
2011-01-180.18.76debian/0.18.76An-Cheng Huang
2011-01-18initial implementation of context diffAn-Cheng Huang
2011-01-13remove compiler warningsAn-Cheng Huang
* squeeze already __USE_ISOC99. (cherry picked from commit dc1294e97c46938105194639c7bff89399ef93a5)
2011-01-110.18.75debian/0.18.75Stig Thormodsrud
2011-01-11Fix 6671: commit-confirm checks if there is any configuraion change after ↵Stig Thormodsrud
confirm is requested (cherry picked from commit 2b9bd473a6341d5d2681e59120a4e689a52b25c5)
2011-01-11reset initial parser stateAn-Cheng Huang
(cherry picked from commit f780a3fe2703874219e70e7cf443846fd85e9a67)
2011-01-11tweak parser for top-level commentAn-Cheng Huang
(cherry picked from commit 7f436bd240d19bace94f102ce2f035399e48d612)
2011-01-11use the old interface rather than call unlink directly.Michael Larson
(cherry picked from commit 3246881725b219e532464a0191d074e9f02cba23)
2011-01-11and fix for bug 6638Michael Larson
(cherry picked from commit ef1635f3d6784b77ecce922fbfad0ca96b749a30)
2011-01-11re-enable concurrent configuration commit locking.Michael Larson
locking can be overrode though commit -l flag. (cherry picked from commit c13f949c55df81052c73d394d5ed5ea18a65502b)
2011-01-07improve load error messageAn-Cheng Huang
(cherry picked from commit 42f2fdb35cff89debd346126eb69cd95d855ff7b)
2011-01-05fix for bug 6641An-Cheng Huang
* change shell API to only use "edit level" when needed. * add factory functions for cstore creation to simplify code. (cherry picked from commit 2208bfef1004295d3227492c6a3e9d7b36903db5)
2011-01-05Fix completion of IPv6 addressStephen Hemminger
By default bash completion considers ':' as seperator between tokens when doing completion. But the list of characters is configurable. (cherry picked from commit a7fcaabddafd970790abd99cd9afed0625aac49b)
2011-01-04workaround for bug 5388An-Cheng Huang
* disallow double quote (") character in config values. (cherry picked from commit 143d9b4ed9fcf3ac29fd8bc8c6af6bb1921fada8)
2010-12-280.18.74debian/0.18.74An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-12-210.18.73debian/0.18.73An-Cheng Huang
2010-12-21propagate constnessAn-Cheng Huang
2010-12-200.18.72debian/0.18.72Stephen Hemminger
2010-12-20Handle IPv6 in is_local_addressStephen Hemminger
Bug 6590 The code to check for local address has to be smarter to handle IPv6. Introduces dependency on Socket6 module.
2010-12-200.18.71debian/0.18.71An-Cheng Huang
2010-12-20make output-related functions staticAn-Cheng Huang
2010-12-14provide default filename completionAn-Cheng Huang
2010-12-130.18.70debian/0.18.70An-Cheng Huang
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