Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-09 | Remove bogus templates | Stephen Hemminger | |
node.def below node.tag is meaningless (cherry picked from commit b606ac1a7f1120d5203a581d85e9953401d02b07) | |||
2009-07-07 | Bugfix 4546: Re-structure to avoid nested "end" field. | Bob Gilligan | |
2009-05-28 | Manage OSPFv3 interface cost | Stephen Hemminger | |
Since OSPFv3 does not compute interface cost based on bandwidth in Quagga. Just use 1 as default. Bug 4179 | |||
2009-05-07 | Redefine quagga-manager check as start | Stephen Hemminger | |
No need for check if start checks if already running | |||
2009-04-20 | Don't autogenerate disable-link-detect | Stephen Hemminger | |
2009-03-30 | Add missing backslash | Stephen Hemminger | |
Fix ospf smoke failure | |||
2009-03-29 | Reformat template for clarity | Stephen Hemminger | |
-ELINESTOOLONGTOOREAD | |||
2009-03-29 | Fix extra " at end of template | Stephen Hemminger | |
More conversion stuff. | |||
2009-03-29 | Fix extra " in template | Stephen Hemminger | |
Leftover from conversion from old expression syntax | |||
2009-03-28 | Remove extra ; from delete node | Stephen Hemminger | |
Problem in last conversion | |||
2009-03-28 | Get rid of extra trailing space in command | Stephen Hemminger | |
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-26 | Fix regex in password checks | Stephen Hemminger | |
Missing end of match | |||
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. |