summaryrefslogtreecommitdiff
path: root/interface-templates/ip/rip
AgeCommit message (Collapse)Author
2009-07-09Remove bogus templatesStephen Hemminger
node.def below node.tag is meaningless (cherry picked from commit b606ac1a7f1120d5203a581d85e9953401d02b07)
2009-05-07Redefine quagga-manager check as startStephen Hemminger
No need for check if start checks if already running
2009-03-29Reformat template for clarityStephen Hemminger
-ELINESTOOLONGTOOREAD
2009-03-29Fix extra " at end of templateStephen Hemminger
More conversion stuff.
2009-03-29Fix extra " in templateStephen Hemminger
Leftover from conversion from old expression syntax
2009-03-26Fix regex in password checksStephen Hemminger
Missing end of match
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.