Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bird6/ospf does not work #9

Open
mwarning opened this issue Sep 4, 2020 · 1 comment
Open

bird6/ospf does not work #9

mwarning opened this issue Sep 4, 2020 · 1 comment

Comments

@mwarning
Copy link
Owner

mwarning commented Sep 4, 2020

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

@mwarning
Copy link
Owner Author

mwarning commented Sep 4, 2020

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant