Re: OSPF on OpenBSD

2021-09-29 Thread Bastien Durel
Le 29/09/2021 à 15:07, Ondrej Zajicek a écrit : [...] protocol direct { ipv4; ipv6; } protocol kernel kernel4 { ipv4 { export where source != RTS_DEVICE; }; } But this is something we should improve in BIRD. Hello, This works, thanks :) -- Bastien Durel

Re: OSPF on OpenBSD

2021-09-29 Thread ZX
Hello, Another workaround might be setting a metric different from system's routes in kernel protocol to prevent system from rewriting existing routes. Zhang Xun From: Bastien Durel Date: 2021-09-29 15:35 To: bird-users Subject: OSPF on OpenBSD Hello, I'm trying to use bird

Re: OSPF on OpenBSD

2021-09-29 Thread Ondrej Zajicek
On Wed, Sep 29, 2021 at 09:35:13AM +0200, Bastien Durel wrote: > Hello, > > I'm trying to use bird to replace ospfd on OpenBSD, but it seems to > have a strange effect on the networking stack :( > > I've tried multiple times, from OpenBSD 6.6 to 6.9, with bird2 (2.0.8 > now) > > ... > > On Open

OSPF on OpenBSD

2021-09-29 Thread Bastien Durel
Hello, I'm trying to use bird to replace ospfd on OpenBSD, but it seems to have a strange effect on the networking stack :( I've tried multiple times, from OpenBSD 6.6 to 6.9, with bird2 (2.0.8 now) Here is my bird config: openbsd-test# cat /etc/bird.conf|grep -v ^#|grep -v '^$' log "/var/log/