Re: Prevent duplicate routes with OSPF

2019-06-19 Thread Kees Meijs
Hi there, Thank you very much. I was under the impression the routes were OSPF generated but it makes a lot of sense RTS_DEVICE is the culprit. I'll give it a try. Enjoy your day! Regards, Kees On 19-06-2019 21:46, bauen1 wrote: > The duplicate routes can most likely be filtered by ignoring ro

Re: Prevent duplicate routes with OSPF

2019-06-19 Thread bauen1
Hello, The duplicate routes can most likely be filtered by ignoring routes with 'source = RTS_DEVICE', for example: > protocol kernel { > >     ipv4 { > >         export filter { > >             if source = RTS_DEVICE then { > >                 reject; > >             } > >             accept; >

Prevent duplicate routes with OSPF

2019-06-19 Thread Kees Meijs
Hi list, This is probably a question that was answered many times before: how can I prevent duplicate routes originating from OSPF? For example, a routing table with BIRD2 shut down: > # ip r s > default via 192.168.255.1 dev eth0 > 192.168.255.0/24 dev eth0 proto kernel scope link src 192.168.2