Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2019 22:08:29 -0700
From:      Rudy <crapsh@monkeybrains.net>
To:        freebsd-net@freebsd.org
Subject:   [SOLVED] Re: FRR on FreeBSD 12 - problems with OSPFv3
Message-ID:  <edc973b1-591b-ec3b-f992-4252d6e63875@monkeybrains.net>
In-Reply-To: <e17ad0a5-93bd-611c-4e7b-7de7e23c6d4c@monkeybrains.net>
References:  <201910112112.x9BLCHJ7092447@gndrsh.dnsmgr.net> <e17ad0a5-93bd-611c-4e7b-7de7e23c6d4c@monkeybrains.net>

next in thread | previous in thread | raw e-mail | index | archive | help



On 10/11/19 4:14 PM, BulkMailForRudy wrote:
>
> Thanks for the questions, good for me to think about it some more.  
> Short response:
>
>  I don't think it is the FRR config, but the routes received that are 
> crashing it or ospf6d has some other issue.
>


Got it running!  I tested the theory that 'bad routes' were crashing 
ospf6d.  This did it.  I have some odd,legacy,test /124 blocks in the 
network (will ferret them out), but filtering the routes fixes this.

router ospf6
  auto-cost reference-bandwidth 10000
  area 0.0.0.0 filter-list prefix IN-OSPF6 in
  interface cxl1 area 0.0.0.0
  interface cxl2 area 0.0.0.0
  interface cxl3 area 0.0.0.0
!
ipv6 prefix-list IN-OSPF6 seq 3 permit 2607:f598::/32 le 64
ipv6 prefix-list IN-OSPF6 seq 99 deny ::/0 le 128


Rudy




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?edc973b1-591b-ec3b-f992-4252d6e63875>