Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-05-21 | Rename sysfs to net_set | Stephen Hemminger | |
Less chance of name collision, and useful for /proc as well. | |||
2010-05-21 | 0.16.45debian/0.16.45 | Stephen Hemminger | |
2010-05-21 | Merge branch 'larkspur' of vm:git/vyatta-cfg into larkspur | Stephen Hemminger | |
2010-05-21 | Add command to get/set sysfs files | Stephen Hemminger | |
By using a command (instead of echo), it is possible to set capability and avoid sudo. | |||
2010-05-21 | 0.16.44debian/0.16.44 | Michael Larson | |
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-20 | 0.16.43debian/0.16.43 | Michael Larson | |
2010-05-20 | fixed seg violation on commit due to extended multiple types support in ↵ | Michael Larson | |
valstruct. | |||
2010-05-20 | fixed error message on multinode limit exceeded--refer to parent node name, ↵ | Michael Larson | |
not value. | |||
2010-05-20 | 0.16.42debian/0.16.42 | Michael Larson | |
2010-05-20 | fix for bug 5618. needed to extend valstruct to maintain multiple types ↵ | Michael Larson | |
rather than using first type found in node.val file. also simplified type check. | |||
2010-05-19 | 0.16.41debian/0.16.41 | Michael Larson | |
2010-05-19 | modified tag limit == 1. Now when set this node will only allow a single ↵ | Michael Larson | |
instance. todo update the parsing structure to support a signed value to support embedded tag node value of 1 (current behavior)--will address this in the future (or when this behavior is requested). | |||
2010-05-17 | trap for illegal characters in comment field being set by user and provide ↵ | Michael Larson | |
feedback. | |||
2010-05-14 | 0.16.40debian/0.16.40 | An-Cheng Huang | |
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-12 | added additional warning message if the user tries to deactivate a node that ↵ | Michael Larson | |
has already been deactivated. | |||
2010-05-07 | 1) skip comment and empty lines in priority file; | Arthur Xiong | |
2) remove priority from node.def when priority value is 0 in priority file; 3) copy over comment and empty lines in the beginning of node.def | |||
2010-05-06 | 0.16.39debian/0.16.39 | An-Cheng Huang | |
2010-05-06 | additional fix | An-Cheng Huang | |
2010-05-06 | 0.16.38debian/0.16.38 | Michael Larson | |
2010-05-06 | fix parsing error in node.def--seen with boolean default values. | Michael Larson | |
2010-05-05 | 0.16.37debian/0.16.37 | Michael Larson | |
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-28 | Update to handle none default path to the templates if provided | Arthur Xiong | |
2010-04-28 | Update regex to handle priority line without space(s) and comment in the | Arthur Xiong | |
end | |||
2010-04-28 | A script to automatically update/add priority tag with some value for | Arthur | |
each node.def according to the inputs. | |||
2010-04-23 | 0.16.36debian/0.16.36 | An-Cheng Huang | |
2010-04-23 | support all valid multi-type types | An-Cheng Huang | |
2010-04-22 | 0.16.35debian/0.16.35 | An-Cheng Huang | |
2010-04-22 | support for PARENT reference in priority statements. Example: | Michael Larson | |
priority: PARENT Means that this priority group will adopt the priority value of the parent. And the behavior on deletion of this priority root node will be deleted before the parent. On all other operations this node will be scheduled after the parent. This should fix problems in scheduling creation/deletion orders for priority groups so long as they are located within the same hierarchy. priority.pl has been updated as well. | |||
2010-04-16 | multinode limit and multiple types now supported through config.pm | Michael Larson | |
2010-04-15 | 0.16.34debian/0.16.34 | Michael Larson | |
2010-04-15 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg into larkspur | Michael Larson | |