summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6
AgeCommit message (Collapse)Author
2020-12-27T3155 ospfv3 mtu-ignore not working on ethernet vifsDaniel Husand
2020-12-25 T3149: Change interface reference to $IFNAMEDaniel Husand
2020-12-04T1579: migrate "ip source-validation" option to vyos-1xChristian Poessinger
2019-06-23ospfv3: T1464: support configuring explicit network typeChristian Poessinger
* broadcast * point-to-point
2019-06-23bfd: T1183: adjust BGP/OSPF help text on BFDChristian Poessinger
2019-06-21bfd: T1183: add OSPF BFD support on interface nodesChristian Poessinger
set interface ethernet eth0 ip ospf bfd delete interface ethernet eth0 ip ospf bfd
2013-03-27Fixing 7975: provide MTU ignore for OSPFv3Gaurav Sinha
2010-07-20Convert interface templates to use val_help:Stephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
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-08-14Reset to default value when deletedJon Andersson
2009-05-28Manage OSPFv3 interface costStephen Hemminger
Since OSPFv3 does not compute interface cost based on bandwidth in Quagga. Just use 1 as default. Bug 4179
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.