Re: ripd: fib-priority

2019-01-01 Thread Claudio Jeker
On Mon, Dec 31, 2018 at 10:06:53PM +0100, Remi Locherer wrote: > On Mon, Dec 31, 2018 at 01:33:39PM +0100, Jeremie Courreges-Anglas wrote: > > On Sun, Dec 30 2018, Remi Locherer wrote: > > > Hi tech, > > > > > > after adding the config option "fib-priority" to ospfd/ospf6d I figured > > > out > >

Re: ripd: fib-priority

2018-12-31 Thread Remi Locherer
On Mon, Dec 31, 2018 at 01:33:39PM +0100, Jeremie Courreges-Anglas wrote: > On Sun, Dec 30 2018, Remi Locherer wrote: > > Hi tech, > > > > after adding the config option "fib-priority" to ospfd/ospf6d I figured out > > that it is almost the same change to add it to ripd. > > > > After that all our

Re: ripd: fib-priority

2018-12-31 Thread Jeremie Courreges-Anglas
On Sun, Dec 30 2018, Remi Locherer wrote: > Hi tech, > > after adding the config option "fib-priority" to ospfd/ospf6d I figured out > that it is almost the same change to add it to ripd. > > After that all our routing daemons (unicast) have an option to adjust > the fib-priority. Or did I miss on

ripd: fib-priority

2018-12-30 Thread Remi Locherer
Hi tech, after adding the config option "fib-priority" to ospfd/ospf6d I figured out that it is almost the same change to add it to ripd. After that all our routing daemons (unicast) have an option to adjust the fib-priority. Or did I miss one? OK? Remi Index: kroute.c ==