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