Age | Commit message (Collapse) | Author |
|
(cherry picked from commit e87556e49d7289a316305e58d7afb070f0382021)
|
|
option
The mentioned CLI option is not available in FRR, there is one one generic
dynamic capability option in the root of the neighbor. This commit drops the
CLI support as it will be migrate to math FRR support.
(cherry picked from commit 0d42f7119306f2ebd6011f650be1675cb267acb7)
|
|
|
|
have it at 4
and employ the migration script for enforce-first-as.
|
|
Deleted obsoleted BGP scan-time parameter, as it never existed in FRRouting as unneeded - there is used more modern next-hop tracking instead.
|
|
This reverts commit 890c9e8984c6b4eeef7ee277c88777416e1fb340.
|
|
To have a consitent IPv4/IPv6 CLI a lot of BGP neighbor nodes have been
migrated. The IPv4 peer-group has been forgotten, leaving a non consistent CLI.
Previously:
-----------
neighbor 2001:DB8:FFFF::1 {
address-family {
ipv6-unicast {
peer-group iBGP
}
}
peer-group iBGP
}
Now:
----
neighbor 2001:DB8:FFFF::1 {
address-family {
ipv6-unicast {
peer-group iBGP
}
}
address-family {
ipv4-unicast {
peer-group iBGP
}
}
}
|
|
|
|
|
|
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
Signed-off-by: Daniil Baturin <daniil@baturin.org>
|
|
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.
|
|
route command.
|
|
script instead of defining it in multiple node.defs
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|