Re: Getting started with OSPFv3 and Bird 2.0.7

2020-07-06 Thread Skyler Mäntysaari
I noticed that after sending it, so my config right now is: protocol ospf v3 ospfv3v6 {     ipv6 {     import filter internal_nets_v6;     export filter internal_nets_v6;     };     area 0.0.0.0 {     interface "wg0" {     type p

Re: Getting started with OSPFv3 and Bird 2.0.7

2020-07-06 Thread Alarig Le Lay
Hi, On 06/07/2020 13:03, Skyler Mäntysaari wrote: > protocol ospfv3 main { It’s `protocol ospf v3 main`. E.g. from one of my routers: protocol ospf v3 ospf_ipv6 { ipv6 { import all; import keep filtered; import limit 200 action block;

Re: Getting started with OSPFv3 and Bird 2.0.7

2020-07-06 Thread Cybertinus
Hello Skyler, The error you ar getting is clearly a syntax error and has nothing to do with WG, and tunnels and stuff. What I think the issue is, is that you need to place a space between "ospf" and "v3" in your protocol definition. If I check the documentation (https://bird.network.cz/?get

Getting started with OSPFv3 and Bird 2.0.7

2020-07-06 Thread Skyler Mäntysaari
Hello List, I'm trying to wrap my head around how I'm supposed to get OSPv3 working though Wireguard interfaces to VyOS. Goal is to export my own prefixes from VyOS to Bird. Am I even on the right track about doing this? Router running Bird, is at the IX. Router running VyOS is tunneled though