Re: ospf6d: depend on

2018-07-11 Thread Florian Riehm
OK friehm@ On 07/11/18 18:21, Remi Locherer wrote: On Wed, Jul 11, 2018 at 02:59:30PM +0200, Florian Riehm wrote: Hi, successfully tested. I like the feature! Thanks! Some (mostly cosmetic) comments inline. I fixed them. Updated diff below. Index: ospfe.c =

Re: ospf6d: depend on

2018-07-11 Thread Jeremie Courreges-Anglas
On Wed, Jul 11 2018, Remi Locherer wrote: > On Wed, Jul 11, 2018 at 02:59:30PM +0200, Florian Riehm wrote: >> Hi, >> >> successfully tested. I like the feature! > Thanks! > >> Some (mostly cosmetic) comments inline. > I fixed them. Updated diff below. LGTM, ok jca@ -- jca | PGP : 0x1524E7EE /

Re: ospf6d: depend on

2018-07-11 Thread Remi Locherer
On Wed, Jul 11, 2018 at 02:59:30PM +0200, Florian Riehm wrote: > Hi, > > successfully tested. I like the feature! Thanks! > Some (mostly cosmetic) comments inline. I fixed them. Updated diff below. > Index: ospfe.c > === > RCS fil

Re: ospf6d: depend on

2018-07-11 Thread Florian Riehm
Hi, successfully tested. I like the feature! Some (mostly cosmetic) comments inline. Index: ospfe.c === RCS file: /cvs/src/usr.sbin/ospf6d/ospfe.c,v retrieving revision 1.51 diff -u -p -r1.51 ospfe.c --- ospfe.c 12 Aug 2017 16

Re: ospf6d: depend on

2018-07-11 Thread Remi Locherer
On Tue, Jul 10, 2018 at 03:22:43PM +0200, Remi Locherer wrote: > Hi, > > With the "depend on" option routes are sent out with a metric of 65535 if > the referenced interface is down or in state backup. This is especially > useful on a carp cluster to ensure all traffic goes to the carp master. >

ospf6d: depend on

2018-07-10 Thread Remi Locherer
Hi, With the "depend on" option routes are sent out with a metric of 65535 if the referenced interface is down or in state backup. This is especially useful on a carp cluster to ensure all traffic goes to the carp master. This is similar to what we have for ospfd. A configuration using this feat