Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-24 | Bug #529: don't build packages for serial and dataplane interfaces. | Daniil Baturin | |
2014-09-20 | Add VXLAN to interface template generator. | Daniil Baturin | |
2014-07-02 | Set separate virtual interface for QinQ. | Kim Hagen | |
2014-06-26 | Add QinQ for bonding and pseudo-ethernet interfaces to template generator. | Kim Hagen | |
2014-06-25 | Add QinQ for ethernet interfaces to template generator. | Kim Hagen | |
2014-04-06 | Add l2tpv3 interfaces to template generator. | Daniil Baturin | |
2014-04-06 | Bug #159: add dummy interfaces to interface template generator. | Daniil Baturin | |
2012-08-09 | Bugfix 8217: VTI: add routing cfg commands under interfaces vti | Saurabh Mohan | |
Add support for interface vti for cfg commands for routing. | |||
2012-05-15 | No need to genererate vrrp interface templates anymore | John Southworth | |
2011-12-21 | Add support for future dataplane | Stephen Hemminger | |
Sub package for future dataplane interface types. | |||
2011-12-02 | Add vrrp interface parameter | John Southworth | |
2011-11-03 | Add support for vif on pseudo-ethernet | Stephen Hemminger | |
2010-07-09 | Fix bogus ospf wireless vif nodes | Stephen Hemminger | |
was generating interfaces/wireless/vif instead of interfaces/wireless/node.tag/vif | |||
2009-12-07 | Add VIF support for wireless | Stephen Hemminger | |
2009-10-13 | remove pseudo-ethernet vif | Stephen Hemminger | |
(cherry picked from commit 4fb63789bf16c0453ad202f73fc78c8e05c55b69) | |||
2009-08-20 | Generate templates for wirless devices | Stephen Hemminger | |
2009-07-09 | Add pseudo-ethernet | Stephen Hemminger | |
Should be able to set ospf/rip values on pseudo-ethernet devices. (cherry picked from commit e7e5fcbeb15a85cb61e85ca7d42f2cd7306b09b3) | |||
2009-04-20 | Revert "Bugfix 4275: Don't allow user to configure link-detect on PPP ↵ | Stephen Hemminger | |
interfaces." This reverts commit efd76fb5e3e262c971fa9503fd84dcedd8a46c97. | |||
2009-04-17 | Bugfix 4275: Don't allow user to configure link-detect on PPP interfaces. | Bob Gilligan | |
2009-03-30 | Fix interface name on rip authentication node | Stephen Hemminger | |
When generating templates, don't append .. onto interface name when going through node.tag directory. | |||
2009-03-25 | Generate interface templates as part of build | Stephen 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. |