Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |