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