summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
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