summaryrefslogtreecommitdiff
path: root/templates/interfaces/bridge
AgeCommit message (Collapse)Author
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.
2009-03-23Use symlinks to reduce number of node files.Stephen Hemminger
Rather than having mulitple copies of same template, use symlinks
2009-03-23Start OSPF/RIP as needed during configStephen Hemminger
This only happens if link metrics set but OSPF/RIP not running yet.
2009-03-03Add initial "interface <> ipv6 ripng" nodes.Stig Thormodsrud
More work to be done to support this on adsl and serial.
2009-02-25Change from double quote to single quote around $VAR(@).Stig Thormodsrud
2009-02-25Revert "Make sure to quote $VAR(@) usage."Stig Thormodsrud
This reverts commit 66f7e4b555c01812cbe5f993bc112cec99743235.
2009-02-24Make sure to quote $VAR(@) usage.Stig Thormodsrud
2009-02-20Add quagga parameters for bridge and bonding devicesStephen Hemminger