On 23.03.20 16:01, Fabiano D'Agostino wrote:
> Hi Benedikt,
> I am just learning Bird and I didn't want to use the Direct protocol
> because using it I have two same routes in the RIB for the directly
> connected networks, one coming from the kernel and the second one coming
> from the direct protocol.
Is the routing "from the kernel" coming via `learn yes;`? If you have no
need to import "alien" routes, you can disable `learn` and just use
`direct` and `static` protocol. /* OR if you know that your neighbor is
directly connected to you can also set 'direct' on the `protocol bgp`. */
Bernd