Re: ospf6d: detect and remove alien routes

2019-01-02 Thread Sebastian Benoit
Remi Locherer(remi.loche...@relo.ch) on 2019.01.02 20:00:19 +0100: > Hi tech, > > ospfd detects and removes routes in the kernel routing table with priority > RTP_OSPF (or the configured fib-priority) that have been inserted by another > program. > > Below diff adds the same behaviour to ospf6d.

Re: ospf6d: detect and remove alien routes

2019-01-02 Thread Claudio Jeker
On Wed, Jan 02, 2019 at 08:00:19PM +0100, Remi Locherer wrote: > Hi tech, > > ospfd detects and removes routes in the kernel routing table with priority > RTP_OSPF (or the configured fib-priority) that have been inserted by another > program. > > Below diff adds the same behaviour to ospf6d. > >

ospf6d: detect and remove alien routes

2019-01-02 Thread Remi Locherer
Hi tech, ospfd detects and removes routes in the kernel routing table with priority RTP_OSPF (or the configured fib-priority) that have been inserted by another program. Below diff adds the same behaviour to ospf6d. OK? Remi Index: kroute.c