summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2011-06-17Bugfix 6816: Make previous bugfix more maintainable by moving check to a ↵John Southworth
script instead of defining it in multiple node.defs
2010-07-14update config version for config migration scriptRobert Bays
2010-06-23remove leftover script as discussedAn-Cheng Huang
2010-04-04initial update to migrate bgp to transaction libraryRobert Bays
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-04-20No longer need to special case loopbackStephen Hemminger
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-02-18Rework of protocol startupStephen Hemminger
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script
2009-02-11Handle reload of interface propertiesStephen Hemminger
Need to handle ospf and rip property on reload. Since script is no longer general, make it just for quagga.
2009-02-04Protocol daemon managementStephen Hemminger
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure
2008-12-06Revert "need full path to linkdetect"Stephen Hemminger
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it included local changes as well as bug fix
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Add vyatta-link-detectStephen Hemminger
Need to get it installed
2008-08-12Remove the perl wrapper for vtysh (no longer needed).Stephen Hemminger
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-07-28Add new program to check prefix boundaryStephen Hemminger
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program.
2008-06-19Add module version for quagga.Stig Thormodsrud
2008-06-05Fix Bug 3269 system gateway-address conflicts with static defaultMohit Mehta
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set
2008-04-25Remove linkstatus scriptStephen Hemminger
Watchlink is no longer used/needed
2008-02-20fix for bug 2541--requires saving temporary file, plus script to walk tree ↵Michael Larson
and redefined nodes. a bit of a pain.
2008-01-15wired up link detect to cli. writes to exlusion file. note that link-detect ↵Michael Larson
is enabled by default for all interfaces.
2007-12-12Add wrapper script between cfg templates and vtysh. The wrapper will:Stig Thormodsrud
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n
2007-11-19Add syntax validation for as-path prepend.Stig Thormodsrud
2007-10-17Add missing vyatta_quagga_utils.pl.Stig Thormodsrud
2007-10-01initial import (from eureka /cli).upstreamAn-Cheng Huang