summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf
AgeCommit message (Collapse)Author
2009-05-07Redefine quagga-manager check as startStephen Hemminger
No need for check if start checks if already running
2009-03-30Add missing backslashStephen Hemminger
Fix ospf smoke failure
2009-03-28Remove extra ; from delete nodeStephen Hemminger
Problem in last conversion
2009-03-28Get rid of extra trailing space in commandStephen Hemminger
2009-03-27Cleanup indentation of authentication templateStephen Hemminger
Fix problem with conversion from expression to non-expression format of template.
2009-03-27Use CLI regex to check length of keyStephen Hemminger
Less overhead.
2009-03-25Generate interface templates as part of buildStephen 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.