It looks good from there too: asbr01-lab /usr/local/src/bird # birdc -s /run/bird.ctl BIRD v2.0.3-12-g6e8fb668 ready. bird> show protocols all "ospf_*" Name Proto Table State Since Info ospf_ipv4 OSPF master4 up 15:16:22.978 Running Channel ipv4 State: UP Table: master4 Preference: 150 Input filter: (unnamed) Output filter: (unnamed) Import limit: 200 Action: block Routes: 63 imported, 0 filtered, 18 exported, 54 preferred Route change stats: received rejected filtered ignored accepted Import updates: 64 0 0 0 64 Import withdraws: 0 0 --- 0 0 Export updates: 912303 54 912231 --- 18 Export withdraws: 12 --- --- --- 0
ospf_ipv6 OSPF master6 up 15:16:22.978 Running Channel ipv6 State: UP Table: master6 Preference: 150 Input filter: (unnamed) Output filter: (unnamed) Import limit: 200 Action: block Routes: 18 imported, 0 filtered, 20 exported, 9 preferred Route change stats: received rejected filtered ignored accepted Import updates: 19 0 0 0 19 Import withdraws: 0 0 --- 0 0 Export updates: 170858 9 170829 --- 20 Export withdraws: 71 --- --- --- 0 bird> It’s not related to OSPF, but there is an error in INSTALL: asbr01-lab /usr/local/src # git clone https://gitlab.labs.nic.cz/labs/bird.git asbr01-lab /usr/local/src # cd bird/ asbr01-lab /usr/local/src/bird # git checkout 6e8fb66859a17b295cd9246264221a75cdbe6c55 asbr01-lab /usr/local/src/bird # cat INSTALL […] Default location for configuration file is /usr/local/etc/bird.conf and for control socket is /usr/local/var/run/bird.ctl . You can change that by --prefix, --sysconfdir and --runstatedir configure options, e.g.: $ ./configure --prefix=/usr --sysconfdir=/etc --runstatedir=/run […] asbr01-lab /usr/local/src/bird # autoreconf asbr01-lab /usr/local/src/bird # ./configure --prefix=/usr --sysconfdir=/etc --runstatedir=/run configure: error: unrecognized option: `--runstatedir=/run' Try `./configure --help' for more information asbr01-lab /usr/local/src/bird # ./configure --prefix=/usr --sysconfdir=/etc checking for gcc... gcc checking whether the C compiler works... yes […] -- Alarig