On Sat, Jun 20, 2020 at 06:03:54PM +, Jake Mercer wrote:
> Hi all,
>
> I was thinking of adding RFC 6860 support to the OSPF implementation (hiding
> transit-only networks); is there any appetite for this? Or has someone
> already looked at it? I have a hacky modification to make it work for
Hi all,
I was thinking of adding RFC 6860 support to the OSPF implementation (hiding
transit-only networks); is there any appetite for this? Or has someone already
looked at it? I have a hacky modification to make it work for PtP networks for
my specific purpose, but I’m happy to implement it p
Hello,
Prefix aggregation is currently not supported. It's quite a lot of work to do
it properly.
As a workaround, you may export these routes to an auxiliary kernel table, run
an external script to maintain the aggregated route and learn the result back
to BIRD. Or you can simply use the static
Hi guys,
(status update: no solution for the OSPFv3 <--> IOS XR yet, no idea
where to look, both sides pretend to be happy but are not)
So
I need to create a prefix to be BGP-advertised to peers and transits; this
would look like:
if (net = xxx/32) {
remove it and replace by yyy/zz;
}
(mo