summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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