summaryrefslogtreecommitdiff
path: root/lib/Vyatta/ConfigLoad.pm
AgeCommit message (Collapse)Author
2010-08-03remove "def" and "node.val" usage from high-level operations.An-Cheng Huang
2010-07-30add default status observersAn-Cheng Huang
2010-07-28add new cstore libraryAn-Cheng Huang
2010-06-232nd part fix for bug 5729.Michael Larson
2010-06-11Revert "allow for reverse difference between configurations."Michael Larson
Not the right mod to support a reverse difference. This reverts commit ee5e4fb5ba06385bfd36c93eaa9cb7891c266c8e.
2010-06-11allow for reverse difference between configurations.Michael Larson
2010-06-09better location for previous fix to bug 5676Michael Larson
2010-06-09fix for bug 5676Michael Larson
2010-05-25final fix for 5610. fixes loading where node in active config is deactivated ↵Michael Larson
and is active in loaded configuration.
2010-05-21fix 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-14initial 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-05boot loader support now added. various bug fixes and some small rework.Michael Larson
2010-05-04initial working version of activate and deactivate: load,save,show,commit ↵Michael Larson
supported.
2010-03-16use template to determine leaf nodesAn-Cheng Huang
2010-02-24reapply term multinode sorting. fix for bug 5376Michael Larson
2009-07-31cleaned out more of the islavista rank code. closing bug 4473 as a resultslioch
2009-05-18now explicit root merge works up to first multinode with explicit pathslioch
2009-05-15root node support on load merge operation. additional work needed for deeper ↵slioch
merge path support
2009-04-07add priorities and ranks for zone based firewallMohit Mehta
2009-04-01Add more service priorities so one service can fail without affectingStig Thormodsrud
others.
2009-04-01Change rank value such that tunnels get created before "protocols rip ↵Stig Thormodsrud
interface".
2009-03-31make bridge address a different rank to match new priority scheme.An-Cheng Huang
2009-03-23Remove #! /usr/bin/perlStephen Hemminger
The modules are not perl executables, they are modules. Fixes lintian warning
2009-02-08Change order of config loadStephen Hemminger
OSPF and RIP have to be started before interfaces
2009-02-06Force firewall group to be configured before firewall.Stig Thormodsrud
2009-01-26config load: avoid possible bug in getConfigDiffStephen 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-26config load: fix perlcritic warningsStephen Hemminger
Fix the easy perlcritc warning about explicit return undef, and use strict
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure