summaryrefslogtreecommitdiff
path: root/lib/Vyatta/ConfigLoad.pm
AgeCommit message (Collapse)Author
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