Getting started with OSPFv3 and Bird 2.0.7

Skyler Mäntysaari samip537 at kapsi.fi
Mon Jul 6 13:03:38 CEST 2020


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 Wireguard.


Bird config, that I tried:

protocol ospfv3 main {
       import all;
       export all;

       area 0.0.0.0 {
               interface "wg0" {
                       hello 1;
                       dead 4;
                       type broadcast;
               };
       };
}

That failed due to: "bird: /etc/bird/bird.conf:88:10 syntax error,
unexpected CF_SYM_UNDEFINED"


VyOS #1:

# show protocols ospfv3
area 0.0.0.0 {
    interface wg3



More information about the Bird-users mailing list