summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
AgeCommit message (Collapse)Author
2009-06-12remove pseudo-ethernet vifStephen Hemminger
2009-06-02Add pseudo-ethernetStephen Hemminger
Should be able to set ospf/rip values on pseudo-ethernet devices.
2009-04-20Revert "Bugfix 4275: Don't allow user to configure link-detect on PPP ↵Stephen Hemminger
interfaces." This reverts commit efd76fb5e3e262c971fa9503fd84dcedd8a46c97.
2009-04-17Bugfix 4275: Don't allow user to configure link-detect on PPP interfaces.Bob Gilligan
2009-03-30Fix interface name on rip authentication nodeStephen Hemminger
When generating templates, don't append .. onto interface name when going through node.tag directory.
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.