Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-27 | Cleanup indentation of authentication template | Stephen Hemminger | |
Fix problem with conversion from expression to non-expression format of template. | |||
2009-03-27 | Use CLI regex to check length of key | Stephen Hemminger | |
Less overhead. | |||
2009-03-25 | Generate interface templates as part of build | Stephen Hemminger | |
Rather than 100's of copies of the same template, use the same process as the firewall module to generate the templates. For this, the are meta-templates in interface-templates directory which get processed and $IFNAME is replaced by the appropriate CLI syntax to refer back to the directory name. Changing a quagga template in most cases can be done by fixing the meta-template. |