Age | Commit message (Collapse) | Author |
|
|
|
The CLI begin transaction restrictions make this impossible to
do in a stable manner.
Related to bug 4537
(cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb)
|
|
|
|
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.
|
|
Use scripts to do start/stop (instead of disable template).
Integrate reload into new quagga-manager script
|
|
Need to handle ospf and rip property on reload.
Since script is no longer general, make it just for quagga.
|
|
Bug 3828
Start protocols from configuration system, and use watchquagga
to restart protocol daemons after failure
|
|
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it
included local changes as well as bug fix
|
|
|
|
Need to get it installed
|
|
|
|
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
|
|
|
|
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.
|
|
|
|
- route is only deleted from route table if both gateway-address and
the static route equivalent to setting a gateway-address are not set
|
|
Watchlink is no longer used/needed
|
|
and redefined nodes. a bit of a
pain.
|
|
is enabled by default for all interfaces.
|
|
- log commands to /tmp/vtysh.log
- return error code when quagga responds with an errmsg
- ignore errors when called with -n
|
|
|
|
|
|
|