Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | Bug 8345: Reverting changes which were committed against bug 8345. We are ↵ | Bharat | |
seeing issues when we are upgrading to pacifica from earlier releases. Customers may have the multicast blackhole route in earlier releases which is causing the issue after upgrade. This will fail the commit for the other unicast routes. | |||
2012-09-26 | - Added Multicast and Broadcast checks for route and next hop for static ↵ | bharat | |
route command. | |||
2011-06-17 | Bugfix 6816: Make previous bugfix more maintainable by moving check to a ↵ | John Southworth | |
script instead of defining it in multiple node.defs | |||
2010-07-14 | update config version for config migration script | Robert Bays | |
2010-06-23 | remove leftover script as discussed | An-Cheng Huang | |
2010-04-04 | initial update to migrate bgp to transaction library | Robert Bays | |
2009-10-13 | Remove dynamic start of routing daemons | Stephen 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-20 | No longer need to special case loopback | Stephen Hemminger | |
2009-03-25 | Generate interface templates as part of build | Stephen 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-18 | Rework of protocol startup | Stephen Hemminger | |
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script | |||
2009-02-11 | Handle reload of interface properties | Stephen Hemminger | |
Need to handle ospf and rip property on reload. Since script is no longer general, make it just for quagga. | |||
2009-02-04 | Protocol daemon management | Stephen Hemminger | |
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure | |||
2008-12-06 | Revert "need full path to linkdetect" | Stephen Hemminger | |
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it included local changes as well as bug fix | |||
2008-12-05 | need full path to linkdetect | Stephen Hemminger | |
2008-12-03 | Add vyatta-link-detect | Stephen Hemminger | |
Need to get it installed | |||
2008-08-12 | Remove the perl wrapper for vtysh (no longer needed). | Stephen Hemminger | |
2008-08-12 | Revert "Replace vyatta-vtysh with vtysh" | Stephen Hemminger | |
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435. | |||
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-07-28 | Add new program to check prefix boundary | Stephen 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-19 | Add module version for quagga. | Stig Thormodsrud | |
2008-06-05 | Fix Bug 3269 system gateway-address conflicts with static default | Mohit 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-25 | Remove linkstatus script | Stephen Hemminger | |
Watchlink is no longer used/needed | |||
2008-02-20 | fix for bug 2541--requires saving temporary file, plus script to walk tree ↵ | Michael Larson | |
and redefined nodes. a bit of a pain. | |||
2008-01-15 | wired up link detect to cli. writes to exlusion file. note that link-detect ↵ | Michael Larson | |
is enabled by default for all interfaces. | |||
2007-12-12 | Add 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-19 | Add syntax validation for as-path prepend. | Stig Thormodsrud | |
2007-10-17 | Add missing vyatta_quagga_utils.pl. | Stig Thormodsrud | |
2007-10-01 | initial import (from eureka /cli).upstream | An-Cheng Huang | |