Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-04-15 | Multiple (i.e. one or two) datatypes can now be supported on a node.def type ↵ | Michael Larson | |
definition. type: ipv4,ipv6 Will now allow for the value to validated against both data types (or the first success). In the case of both failing the following message format will be returned: vyatta@vyatta# set load-balancing wan rule 1 "1" is not a valid value of type "bool" "1" is not a valid value of type "ipv4" Note, that any combination of types with text being one of the types is not supported. The reason being is that with text any value is allowed, therefore it doesn't really make sense to validate a datatype on text + ipv4 when text will always be successful. | |||
2010-04-15 | 0.16.33debian/0.16.33 | Stephen Hemminger | |
2010-04-15 | Rename in0 to ifb0 | Stephen Hemminger | |
Better name suggestion. | |||
2010-04-13 | 0.16.32debian/0.16.32 | Michael Larson | |
2010-04-13 | fix for bug 2176. | Michael Larson | |
Embedded leaf nodes can now be supported in the cli structure. In additional an arbritrary limit can be set on the number of multinode values allowed. Format in the node.def is: tag: [u32] or multi: [u32] For the special case of a leaf node the value for u32 is 1. In this case the operation applied to the node is to replace the node with the set value. This generates a delete of the old tree structure from the embedded leaf and a set of the new tree structure from the embedded leaf. | |||
2010-04-06 | 0.16.31debian/0.16.31 | Stephen Hemminger | |
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. | |||
2010-04-06 | Add support for input interface in Interface module | Stephen Hemminger | |
2010-04-05 | 0.16.30debian/0.16.30 | Stephen Hemminger | |
2010-04-02 | Remove ifb device skipping | Stephen Hemminger | |
Rather than hiding ifb inside QoS, changing to make it a really useful device. | |||
2010-04-02 | Add support for incoming interface type | Stephen Hemminger | |
New ingress interface support. | |||
2010-04-02 | Use opendir/grep to get rid of running ls/grep | Stephen Hemminger | |
Do file scanning in perl directly rather than using extra programs. Motivated by desire to get rid of perlcritic warning rather than any real performance issue. | |||
2010-04-01 | 0.16.29debian/0.16.29 | Michael Larson | |
2010-04-01 | fix for bug 5450. | Michael Larson | |
2010-03-30 | 0.16.28debian/0.16.28 | Stephen Hemminger | |
2010-03-29 | Ignore ifb devices | Stephen Hemminger | |
IFB is a pseudo-device used for incoming traffic shaping. Hide it from show queueing output. | |||
2010-03-29 | 0.16.27debian/0.16.27 | Stephen Hemminger | |
2010-03-29 | Allow reading interface description outside config mode | Stephen Hemminger | |
The Interface() object doesn't work for PPP in operational mode. So split out interface_description routine. | |||
2010-03-29 | 0.16.26debian/0.16.26 | Michael Larson | |
2010-03-29 | changed double quotes to single quotes on in commit actions. | Michael Larson | |
2010-03-28 | Fix perlcritic warnings | Stephen Hemminger | |
Don't explicitly return undef. Also no need to test for file existance, then open it. Just do open, and if that fails file does not exist. | |||
2010-03-26 | 0.16.25debian/0.16.25 | Michael Larson | |
2010-03-26 | fix for bug 5300 | Michael Larson | |
2010-03-24 | 0.16.24debian/0.16.24 | Stig Thormodsrud | |
2010-03-24 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg into larkspur | Stig Thormodsrud | |
2010-03-24 | Fix 5203: negation in firewall rule causes deprecation message | Stig Thormodsrud | |
2010-03-19 | Need explicit return to guarantee returning false | Stephen Hemminger | |
If perl function falls off the end, it will return the result of the last expression. For these functions, the idea was to return a false value; and it the return was missing. | |||
2010-03-17 | 0.16.23debian/0.16.23 | Stephen Hemminger | |
2010-03-17 | Fix typo in adsl interface discovery | Stephen Hemminger | |
Need to use correct path when searching config path. | |||
2010-03-16 | use template to determine leaf nodes | An-Cheng Huang | |
2010-03-15 | 0.16.22debian/0.16.22 | An-Cheng Huang | |
2010-03-15 | add hook for boot-time config loading environment | An-Cheng Huang | |