Ah, this isn't for anything too serious. It's just a setup for dn42 I'm
testing out right now.
Best,
James
On 2020-08-17 1:37 a.m., Toke Høiland-Jørgensen wrote:
> James Lu writes:
>
>> Hi all,
>>
>> When testing Babel with Bird 2.0.7, I noticed that unlike OSPF, Babel
>> metrics are not read a
James Lu writes:
> Hi all,
>
> When testing Babel with Bird 2.0.7, I noticed that unlike OSPF, Babel
> metrics are not read as an IGP metric for BGP purposes. I've attached a
> simple patch that adds this support - it seems to do the trick in my
> local testing.
Yeah, this seems reasonable!
Ack
Hi,
we use BIRD 2.0.7 BGP VPNv4 and need to filter extended BGP communities on
ingress. Config snippet:
define PFILTER_RT = [ (rt, 65100, *), (rt, 65101, *), (rt, 65102, *) ];
filter IMPORT_FILTER
{
bgp_ext_community.filter(PFILTER_RT_MASTER);
accept;
}
protocol