Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-03 | remove "def" and "node.val" usage from high-level operations. | 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-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 | 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-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-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 | 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-03-16 | use template to determine leaf nodes | An-Cheng Huang | |
2010-02-24 | reapply term multinode sorting. fix for bug 5376 | Michael Larson | |
2009-07-31 | cleaned out more of the islavista rank code. closing bug 4473 as a result | slioch | |
2009-05-18 | now explicit root merge works up to first multinode with explicit path | slioch | |
2009-05-15 | root node support on load merge operation. additional work needed for deeper ↵ | slioch | |
merge path support | |||
2009-04-07 | add priorities and ranks for zone based firewall | Mohit Mehta | |
2009-04-01 | Add more service priorities so one service can fail without affecting | Stig Thormodsrud | |
others. | |||
2009-04-01 | Change rank value such that tunnels get created before "protocols rip ↵ | Stig Thormodsrud | |
interface". | |||
2009-03-31 | make bridge address a different rank to match new priority scheme. | An-Cheng Huang | |
2009-03-23 | Remove #! /usr/bin/perl | Stephen Hemminger | |
The modules are not perl executables, they are modules. Fixes lintian warning | |||
2009-02-08 | Change order of config load | Stephen Hemminger | |
OSPF and RIP have to be started before interfaces | |||
2009-02-06 | Force firewall group to be configured before firewall. | Stig Thormodsrud | |
2009-01-26 | config load: avoid possible bug in getConfigDiff | Stephen Hemminger | |
The map function operates on an alias of the passed list, so any modification of the elements has bad side effects. Make an explicit copy instead: Original warning: Don't modify $_ in list functions at line 410, column 17. See page 114 of PBP. (Severity: 5) | |||
2009-01-26 | config load: fix perlcritic warnings | Stephen Hemminger | |
Fix the easy perlcritc warning about explicit return undef, and use strict | |||
2008-11-21 | Convert VyattaConfig (et al) to Vyatta::Config | Stephen Hemminger | |
Use hierarchal directory structure |