Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-21 | * move count_iptables_rules to Iptables::Mgr module | Mohit Mehta | |
2010-09-21 | * move count_iptables_rule to MISC module | Mohit Mehta | |
2010-08-13 | allow Vyatta::Config constructor to set level | An-Cheng Huang | |
2010-08-13 | add function to perl API | An-Cheng Huang | |
2010-08-13 | add API function for retrieving deleted values of a multi node. | An-Cheng Huang | |
2010-08-12 | add required special cases for adsl/pppo* interfaces. | An-Cheng Huang | |
2010-08-12 | add util function to Interface.pm | An-Cheng Huang | |
2010-08-03 | remove "def" and "node.val" usage from high-level operations. | An-Cheng Huang | |
2010-08-02 | new API change | An-Cheng Huang | |
* return of isActive() was inverted in original API. | |||
2010-07-30 | new API changes | An-Cheng Huang | |
2010-07-30 | add default status observers | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-06-23 | 2nd part fix for bug 5729. | Michael Larson | |
2010-06-23 | remove unneeded API function | An-Cheng Huang | |
2010-06-23 | remove unused API function | An-Cheng Huang | |
2010-06-19 | fix for bug 5705 | Michael Larson | |
2010-06-16 | fix for bug 5696. set up relative path correctly in all cases and proper ↵ | Michael Larson | |
handling of slashes in embedded multis when checking deactivated state via api. | |||
2010-06-11 | Revert "allow for reverse difference between configurations." | Michael Larson | |
Not the right mod to support a reverse difference. This reverts commit ee5e4fb5ba06385bfd36c93eaa9cb7891c266c8e. | |||
2010-06-11 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg into larkspur | Michael Larson | |
2010-06-11 | add function to get all configured sync-groups | Mohit Mehta | |
2010-06-11 | allow for reverse difference between configurations. | Michael Larson | |
2010-06-09 | better location for previous fix to bug 5676 | Michael Larson | |
2010-06-09 | fix for bug 5676 | Michael Larson | |
2010-06-09 | Merge branch 'larkspur' of mohit@git.vyatta.com:/git/vyatta-cfg into larkspur | Mohit Mehta | |
2010-06-09 | * changes to be able to use list functions with different CLI fetch functions | Mohit Mehta | |
* always start in BACKUP state even whether or not preempt is set | |||
2010-06-09 | fix another default value display problem | An-Cheng Huang | |
2010-06-07 | Additional apis missing support for deactivate node. problem was seen when ↵ | Michael Larson | |
reactivating bgp neighbor node. | |||
2010-06-05 | fix for bug 5643. API changes missed exists(). flag check added. | Michael Larson | |
2010-06-04 | modified show output when root deactivated node is deleted. in this case ↵ | Michael Larson | |
suppress the active designation. | |||
2010-06-03 | adjusting spacing for new deactivate/activation notation in show/config output. | Michael Larson | |
2010-06-03 | implemented modified notation for pre-commit activate/deactivate. added ↵ | Michael Larson | |
check on modified nodes prior to load. modified active directory check. | |||
2010-06-03 | move list functions to vrrp perl module | Mohit Mehta | |
2010-06-03 | fix for 5565. | Michael Larson | |
2010-06-02 | fix for bug 5647. | Michael Larson | |
2010-05-29 | Fix "show vrrp" regression caused by b68ac2b1969060ea6fa2f011a3107c83ad26e96d. | Stig Thormodsrud | |
2010-05-28 | make space after template fields optional | An-Cheng Huang | |
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 | fix for content-inspection on deactivate. | Michael Larson | |
further changes forthcoming to the perl api to support interfaces outside of listNodes. | |||
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 | 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 | fix for disable nodes loading (bug 5610). Additional checks added on ↵ | Michael Larson | |
configuration of disable nodes. requires vyatta-config-migrate package as well. Additional fix required for loading configuration with deactivated nodes that are activated through the loading process. | |||
2010-05-14 | POC implementation of unified enumeration mechanism | An-Cheng Huang | |
* use "enumeration" template field for both CLI completion and GUI2 enumeration support. * CLI completion now uses enumeration if it exists. * add "existing-interfaces" script as an example. | |||
2010-05-14 | initial checkin of comment feature for cli. | Michael Larson | |
/* to create a comment */ > comment [PATH-TO-NODE] "my comments" /* to delete a comment */ > comment [PATH-TO-NODE] "" | |||
2010-05-05 | boot loader support now added. various bug fixes and some small rework. | Michael Larson | |
2010-05-04 | initial working version of activate and deactivate: load,save,show,commit ↵ | Michael Larson | |
supported. | |||
2010-04-23 | support all valid multi-type types | An-Cheng Huang | |
2010-04-16 | multinode limit and multiple types now supported through config.pm | Michael Larson | |
2010-04-15 | Rename in0 to ifb0 | Stephen Hemminger | |
Better name suggestion. | |||
2010-04-06 | Merge branch 'larkspur' of vm:git/vyatta-cfg into larkspur | Stephen Hemminger | |
Conflicts: lib/Vyatta/Interface.pm | |||
2010-04-06 | Defer reading ppp config until necessary | Stephen Hemminger | |
Only read ppp peers and config if looking for config path. Other properties don't need it. |