summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/node.def
AgeCommit message (Collapse)Author
2021-01-29ospf: T3267: move "interface ip ospf" settings to "protocols ospf interface"Christian Poessinger
2018-10-21T890: fix the priority of the interface "ip <protocol>" subtree.Daniil Baturin
Without explicit priority setting (priority inversion, let's be honest) configs will fail to load because the system will attempt to change settings for a non-existent interface.
2010-07-20Convert interface templates to use val_help:Stephen Hemminger
2009-10-13Remove dynamic start of routing daemonsStephen Hemminger
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb)
2009-05-07Redefine quagga-manager check as startStephen Hemminger
No need for check if start checks if already running
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.