mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Merge commit '0bb04d5390f21b0c96fc4894ba5d5510c541f0ef' into HEAD
This commit is contained in:
		| @@ -371,8 +371,8 @@ ospf_init(struct proto_config *CF) | ||||
|   P->main_channel = proto_add_channel(P, proto_cf_main_channel(CF)); | ||||
|  | ||||
|   P->rt_notify = ospf_rt_notify; | ||||
|   P->if_notify = ospf_if_notify; | ||||
|   P->ifa_notify = cf->ospf2 ? ospf_ifa_notify2 : ospf_ifa_notify3; | ||||
|   P->iface_sub.if_notify = ospf_if_notify; | ||||
|   P->iface_sub.ifa_notify = cf->ospf2 ? ospf_ifa_notify2 : ospf_ifa_notify3; | ||||
|   P->preexport = ospf_preexport; | ||||
|   P->reload_routes = ospf_reload_routes; | ||||
|   P->feed_begin = ospf_feed_begin; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user