Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-03 | 0.16.59debian/0.16.59 | Mohit Mehta | |
2010-06-03 | move list functions to vrrp perl module | Mohit Mehta | |
2010-06-03 | 0.16.58debian/0.16.58 | Michael Larson | |
2010-06-03 | fix for 5565. | Michael Larson | |
2010-06-03 | 0.16.57debian/0.16.57 | Michael Larson | |
2010-06-03 | fixed break in regression on action failures. will revisit compilier warning ↵ | Michael Larson | |
for this conditional statement in subsequent checkin. | |||
2010-06-02 | simplify output init | An-Cheng Huang | |
2010-06-02 | 0.16.56debian/0.16.56 | Michael Larson | |
2010-06-02 | fix for bug 5647. | Michael Larson | |
2010-06-02 | Additional fix to cli_new.c on arg. | Michael Larson | |
2010-06-02 | more fixes for compilier warnings. | Michael Larson | |
2010-06-02 | Fix missing help text | Stephen Hemminger | |
Bug 5506 Missing help line for loadkey | |||
2010-06-02 | fix for compilier warnings in commit2.c | Michael Larson | |
2010-06-01 | Remove unnecessary return statements | Stephen Hemminger | |
Get rid of: return; } | |||
2010-06-01 | 0.16.55debian/0.16.55 | Michael Larson | |
2010-06-01 | bug fix for 5646. Suppress variable replacement if deactivated for disabled ↵ | Michael Larson | |
nodes (where variables reside). | |||
2010-05-31 | 0.16.54debian/0.16.54 | Michael Larson | |
2010-05-31 | fix for bug 5649. Need to initialize val_types for value comparison to ↵ | Michael Larson | |
ERROR_TYPE | |||
2010-05-31 | add constness to parse_def | An-Cheng Huang | |
2010-05-29 | 0.16.53debian/0.16.53 | Stig Thormodsrud | |
2010-05-29 | Fix "show vrrp" regression caused by b68ac2b1969060ea6fa2f011a3107c83ad26e96d. | Stig Thormodsrud | |
2010-05-28 | added hook at completion of commit process. | Michael Larson | |
2010-05-28 | 0.16.52debian/0.16.52 | Stig Thormodsrud | |
2010-05-28 | Remove single quotes except on leaf-node. | Stig Thormodsrud | |
2010-05-28 | remove unnecessary memset calls | An-Cheng Huang | |
2010-05-28 | always zero vtw_def struct before parsing template | An-Cheng Huang | |
2010-05-28 | make space after template fields optional | An-Cheng Huang | |
2010-05-28 | Merge branch 'larkspur' of git.vyatta.com:/git/vyatta-cfg into larkspur | An-Cheng Huang | |
2010-05-28 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg into larkspur | Stephen Hemminger | |
2010-05-28 | Fix compiler warnings about overriding const | Stephen Hemminger | |
Change retrieve_data and srcDst to use const. This fixes compiler warnings about violating const rules. | |||
2010-05-28 | fix bad comparison in multiple-type check | Michael Larson | |
2010-05-28 | Merge branch 'larkspur' of git.vyatta.com:/git/vyatta-cfg into larkspur | An-Cheng Huang | |
2010-05-28 | update .gitignore | An-Cheng Huang | |
2010-05-28 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg into larkspur | Michael Larson | |
2010-05-28 | addition support for deactivate mode in perl api. Nodes should now be masked ↵ | Michael Larson | |
when deactivated--deactivated nodes will appear as deleted. | |||
2010-05-27 | include needed header | An-Cheng Huang | |
2010-05-27 | 0.16.51debian/0.16.51 | Michael Larson | |
2010-05-27 | fix for content-inspection on deactivate. | Michael Larson | |
further changes forthcoming to the perl api to support interfaces outside of listNodes. | |||
2010-05-27 | additional fix for boot loading of deactivate nodes. | Michael Larson | |
2010-05-27 | fix for loading config for deactivated nodes. allows nested deactivates ↵ | Michael Larson | |
within a single set of deactivated commands. only preserves the parent deactivated node in this case. | |||
2010-05-26 | 0.16.50debian/0.16.50 | Michael Larson | |
2010-05-26 | fix for multiple type support in cli for the following case: | Michael Larson | |
1) If multiple types are defined and one type is a submatch of the other type (i.e. ipv4 and ipv4net) 2) And one string is a submatch of the other (i.e. 3.3.3.3 and 3.3.3.3/32) 3) Then compare data types before comparing for value equality Fixes problem where the ipv4net wouldn't let the ipv4 value from being set if the ipv4 was a substring of the ipv4net. | |||
2010-05-26 | script that will remove migration comments from configuration file. to ↵ | Michael Larson | |
remove these comments from the comments in the action configuration the user should: 1) save their current configuration 2) run this script on the saved configuration 3) reload their configuration (which will strip the migration comments from the active configuration tree) | |||
2010-05-25 | 0.16.49debian/0.16.49 | Michael Larson | |
2010-05-25 | final fix for 5610. fixes loading where node in active config is deactivated ↵ | Michael Larson | |
and is active in loaded configuration. | |||
2010-05-24 | 0.16.48debian/0.16.48 | Mohit Mehta | |
2010-05-24 | make validate_ipv6net consistent with others. validateType decides whether | Mohit Mehta | |
to print an error message if it's called with the quiet flag off | |||
2010-05-21 | 0.16.47debian/0.16.47 | Michael Larson | |
2010-05-21 | don't count current node towards limit if it already matches a node in the ↵ | Michael Larson | |
configuration. | |||
2010-05-21 | 0.16.46debian/0.16.46 | Stephen Hemminger | |