summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
AgeCommit message (Collapse)Author
2015-03-24Bug #529: don't build packages for serial and dataplane interfaces.Daniil Baturin
2014-09-20Add VXLAN to interface template generator.Daniil Baturin
2014-07-02Set separate virtual interface for QinQ.Kim Hagen
2014-06-26Add QinQ for bonding and pseudo-ethernet interfaces to template generator.Kim Hagen
2014-06-25Add QinQ for ethernet interfaces to template generator.Kim Hagen
2014-04-06Add l2tpv3 interfaces to template generator.Daniil Baturin
2014-04-06Bug #159: add dummy interfaces to interface template generator.Daniil Baturin
2012-08-09Bugfix 8217: VTI: add routing cfg commands under interfaces vtiSaurabh Mohan
Add support for interface vti for cfg commands for routing.
2012-05-15No need to genererate vrrp interface templates anymoreJohn Southworth
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.