summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-08Fix more load/commit memory leaksJohn Southworth
This fixes some more of the memory leaks in load and commit. Some still exist in the legacy cli_new/cli_parse code. Since that code is supposed to be rewritten such that it interfaces with the rewritten commit code in a clean way, these will not be fixed right now.
2012-06-08Partial bugfix 8111John Southworth
This fixes the biggest memory leak in the config load. There are still a few small ones but they are not as big of a problem since the process is ephemeral.
2012-05-21Bugfix 7267: make inodes allocate dynamicallyJohn Southworth
2012-05-180.99.73+oxnard5debian/0.99.73+oxnard5John Southworth
2012-05-17Adjust config parameter for new config mode valueJohn Southworth
2012-05-16Enable snmp support for vrrpJohn Southworth
2012-04-260.99.73+oxnard4vyatta/VC6.4-2012.05.31/i386vyatta/VC6.4-2012.05.31/amd64vyatta/VC6.4-2012.04.30/i386vyatta/VC6.4-2012.04.30/amd64debian/0.99.73+oxnard4John Southworth
2012-04-26Bugfix: 8057 fix call to commit in commit-confirm functionJohn Southworth
2012-03-220.99.73+oxnard3vyatta/VC6.4-2012.03.27/i386vyatta/VC6.4-2012.03.27/amd64debian/0.99.73+oxnard3John Southworth
2012-03-220.99.73+oxnard2John Southworth
2012-03-22Rerelease package due to being on the wrong branchJohn Southworth
2012-03-030.99.73+oxnard1debian/0.99.73+oxnard1Deepti Kulkarni
2012-03-03new branchDeepti Kulkarni
2012-03-010.99.73debian/0.99.73John Southworth
2012-03-01Fix curl command in saveJohn Southworth
2012-03-010.99.72debian/0.99.72John Southworth
2012-03-01Bugfix 7555: Allow users to import ssh keys when running 'save'John Southworth
2012-03-010.99.71debian/0.99.71John Southworth
2012-03-01Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg into oxnardJohn Southworth
2012-03-01Bugfix 7555: Allow users to import keys when using the 'load' command from ↵John Southworth
config mode
2012-02-280.99.70debian/0.99.70Deepti Kulkarni
2012-02-28bug fix for 4718 - enhancement that will log commits in syslog for allDeepti Kulkarni
successful (complete) commits for all commit methods.
2012-02-280.99.69debian/0.99.69Deepti Kulkarni
2012-02-28Revert "Bug fix for 4718 - Log successful commits in messages file."Deepti Kulkarni
This reverts commit ead984061d0fef9de47cde118ddab40ff73c0fa8.
2012-02-220.99.68debian/0.99.68Deepti Kulkarni
2012-02-22Bug fix for 4718 - Log successful commits in messages file.Deepti Kulkarni
2012-02-030.99.67debian/0.99.67John Southworth
2012-02-03Fix an inconsistency with single non-completion casesJohn Southworth
2012-02-03Fix some bugs in config path helpersJohn Southworth
2012-02-03Add ability to differentiate between node types in help textJohn Southworth
2012-02-010.99.66debian/0.99.66Stephen Hemminger
2012-02-01manually force rebuildStephen Hemminger
2011-12-160.99.65debian/0.99.65Stephen Hemminger
2011-12-16Add support for dataplane configStephen Hemminger
2011-12-120.99.64debian/0.99.64John Southworth
2011-12-12Adjust default displayed priority to reflect actual default priorityJohn Southworth
2011-12-090.99.63debian/0.99.63John Southworth
2011-12-09Fix default completions for configuration modeJohn Southworth
2011-12-060.99.62debian/0.99.62John Southworth
2011-12-06Fix source address display problem in address owner case for vrrpJohn Southworth
2011-12-050.99.61debian/0.99.61John Southworth
2011-12-05Fix typo in vrid split in Interfaces moduleJohn Southworth
2011-12-050.99.60debian/0.99.60John Southworth
2011-12-05Fix bug in vrrp interface handlingJohn Southworth
2011-12-020.99.59debian/0.99.59Stephen Hemminger
2011-12-02Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg into oxnardStephen Hemminger
2011-12-02raid: leave modules intactStephen Hemminger
The RAID startup process is buggy. If modules are unloaded while mdadm is running it crashes. For now just leave modules intact, and figure out why MD is unnecessarily started later.
2011-12-020.99.58debian/0.99.58John Southworth
2011-12-02Add vrrp interface support to Interface libraryJohn Southworth
2011-11-290.99.57debian/0.99.57Stephen Hemminger