meshnet-lab icon indicating copy to clipboard operation
meshnet-lab copied to clipboard

bird6/ospf does not work

Open mwarning opened this issue 3 years ago • 1 comments

bird6 starts and creates some routes, but only for a fraction of the nodes in the network...

mwarning avatar Sep 04 '20 21:09 mwarning

Template /etc/bird/bird6.conf

# unique for each node
router id 12345;

protocol kernel {
	scan time 60;
	import all;
	export all;
}

protocol ospf v3 {
	area 0 { interface "uplink" {}; };
	import all;
	export all;
}

protocol device {
	scan time 60;
}

mwarning avatar Sep 04 '20 21:09 mwarning