neighbor 10.0.0.3 {
	description "will pass received routes to the program";
	router-id 10.0.0.2;
	local-address 10.0.0.2;
	local-as 654321;
	peer-as 123456;
	hold-time 180;

	process parsed-route-backend {
		receive-routes;
		run contrib/daniel.piekacz/collector.py 10.0.0.3 collector collector collector;
	}

	static {
	}
}
