summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
AgeCommit message (Collapse)Author
2012-04-25Revert "Revert "Hide compliant mode vrrp nodes for oxnard since the syntax ↵John Southworth
will change in the future"" This reverts commit bba45c80f2205826bff8fa7552746b851bdd8c3f.
2012-03-27Revert "Hide compliant mode vrrp nodes for oxnard since the syntax will ↵John Southworth
change in the future" This reverts commit 8a2dc5d1cf024c7cb01f6639d98ee6767926656f.
2012-03-20Hide compliant mode vrrp nodes for oxnard since the syntax will change in ↵John Southworth
the future
2011-12-21Add support for future dataplaneStephen Hemminger
Sub package for future dataplane interface types.
2011-12-02Add vrrp interface parameterJohn Southworth
2011-11-03Add support for vif on pseudo-ethernetStephen Hemminger
2010-07-09Fix bogus ospf wireless vif nodesStephen Hemminger
was generating interfaces/wireless/vif instead of interfaces/wireless/node.tag/vif
2009-12-07Add VIF support for wirelessStephen Hemminger
2009-10-13remove pseudo-ethernet vifStephen Hemminger
(cherry picked from commit 4fb63789bf16c0453ad202f73fc78c8e05c55b69)
2009-08-20Generate templates for wirless devicesStephen Hemminger
2009-07-09Add pseudo-ethernetStephen Hemminger
Should be able to set ospf/rip values on pseudo-ethernet devices. (cherry picked from commit e7e5fcbeb15a85cb61e85ca7d42f2cd7306b09b3)
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.