neighbor 10.0.0.3 {
	description "a quagga test peer";
	router-id 10.0.0.2;
	local-address 10.0.0.2;
	local-as 65533;
	peer-as 65533;
	hold-time 180;
	group-updates;

	static {
		route 10.0.5.0/24 next-hop 10.0.255.254 local-preference 200 split /32;
	}
}
